git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bdf3bc
)
Testbench: use 'urxvt', not 'rxvt'.
author
Joshua Wise
<joshua@escape.joshuawise.com>
Sun, 21 Feb 2010 00:03:15 +0000
(19:03 -0500)
committer
Joshua Wise
<joshua@escape.joshuawise.com>
Sun, 21 Feb 2010 00:03:15 +0000
(19:03 -0500)
testbench.cpp
patch
|
blob
|
blame
|
history
diff --git
a/testbench.cpp
b/testbench.cpp
index
da3d75e
..
9ad4b2d
100644
(file)
--- a/
testbench.cpp
+++ b/
testbench.cpp
@@
-20,7
+20,7
@@
void openpty()
tcgetattr(fd, &kbdios);
kbdios.c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN);
tcsetattr(fd, TCSANOW, &kbdios);
- sprintf(b, "rxvt -pty-fd %d -bg black -fg white -title \"Output terminal\" &", fd);
+ sprintf(b, "
u
rxvt -pty-fd %d -bg black -fg white -title \"Output terminal\" &", fd);
system(b);
unlockpt(fd);
ptyfd = open(ptsname(fd), O_RDWR | O_NONBLOCK);
This page took
0.020504 seconds
and
4
git commands to generate.