projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe3d50
)
*** empty log message ***
author
root
<root>
Thu, 17 Feb 2005 15:19:03 +0000
(15:19 +0000)
committer
root
<root>
Thu, 17 Feb 2005 15:19:03 +0000
(15:19 +0000)
doc/embed
patch
|
blob
|
history
doc/pty-fd
patch
|
blob
|
history
diff --git
a/doc/embed
b/doc/embed
index f535f8d030f5a3f89c9da53e419ff0d9aff43e77..ee6737382aada5c0aa9f0f283dadbac713288bdb 100755
(executable)
--- 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 cc13261d8f344195ab09d3355a8c9c65262dbdb3..03661b856b3daf84d0a5887316ccce2cf4418236 100755
(executable)
--- 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;