From d974da559601a1c95740a01d72ce2ee91008354e Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 22 Apr 2011 03:23:07 +0100 Subject: removed docs/ from dev branch, since they're all in their own repo (well, wiki) by now. --- docs/Irssi/UI/Process.pod | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/Irssi/UI/Process.pod (limited to 'docs/Irssi/UI/Process.pod') diff --git a/docs/Irssi/UI/Process.pod b/docs/Irssi/UI/Process.pod deleted file mode 100644 index 23d9100..0000000 --- a/docs/Irssi/UI/Process.pod +++ /dev/null @@ -1,25 +0,0 @@ -__END__ - -=head1 NAME - -Irssi::UI::Process - -=head1 FIELDS - -Process->{} - - id - ID for the process - name - Name for the process (if given) - args - The command that is being executed - - pid - PID for the executed command - target - send text with /msg ... - target_win - print text to this window - - shell - start the program via /bin/sh - notice - send text with /notice, not /msg if target is set - silent - don't print "process exited with level xx" - -=head1 METHODS - -I -- cgit v1.2.3