projects
/
apps
/
madtty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba4340
)
fix
author
Pierre Habouzit
<madcoder@debian.org>
Fri, 9 Nov 2007 09:12:43 +0000
(10:12 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Fri, 9 Nov 2007 09:12:43 +0000
(10:12 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
demo/boxshell.c
patch
|
blob
|
history
diff --git
a/demo/boxshell.c
b/demo/boxshell.c
index
c8ef22a
..
00a11a0
100644
(file)
--- a/
demo/boxshell.c
+++ b/
demo/boxshell.c
@@
-61,6
+61,7
@@
int main(void)
int ch;
FD_ZERO(&rfds);
+ FD_SET(0, &rfds);
FD_SET(rt->pty, &rfds);
if (select(rt->pty + 1, &rfds, NULL, NULL, &tv) > 0) {