From: root Date: Thu, 17 Feb 2005 15:19:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2e02ba9bb1bec59223044eb2112bb4257dc0ff65;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/embed b/doc/embed index f535f8d0..ee673738 100755 --- a/doc/embed +++ b/doc/embed @@ -1,5 +1,7 @@ #!/usr/bin/perl +# sample script to illustrate the -embed option + # embed a rxvt inside another X app # see also pty-fd diff --git a/doc/pty-fd b/doc/pty-fd index cc13261d..03661b85 100755 --- a/doc/pty-fd +++ b/doc/pty-fd @@ -1,5 +1,7 @@ #!/usr/bin/perl +# sample script to illustrate the -pty-fd option + use IO::Pty; use Fcntl;