aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/rcstart.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-13 03:53:17 +0000
committerrsc <devnull@localhost>2005-07-13 03:53:17 +0000
commit55d360f653add52055c39d7989745bf72d6df27a (patch)
tree0bbf39852c7a489519531a57e5453bff102ecbbb /src/cmd/9term/rcstart.c
parent17cfc1dd5f1cf4a6f6752d4e94e76ccee020006c (diff)
downloadplan9port-55d360f653add52055c39d7989745bf72d6df27a.tar.gz
plan9port-55d360f653add52055c39d7989745bf72d6df27a.tar.bz2
plan9port-55d360f653add52055c39d7989745bf72d6df27a.zip
lets try hold mode in raw mode
Diffstat (limited to 'src/cmd/9term/rcstart.c')
-rw-r--r--src/cmd/9term/rcstart.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cmd/9term/rcstart.c b/src/cmd/9term/rcstart.c
index 1aa46dce..a598f420 100644
--- a/src/cmd/9term/rcstart.c
+++ b/src/cmd/9term/rcstart.c
@@ -52,7 +52,13 @@ rcstart(int argc, char **argv, int *pfd, int *tfd)
exit(3);
sysfatal("getpts: %r\n");
}
- notedisable("sys: window size change");
+ /*
+ * notedisable("sys: window size change");
+ *
+ * Can't disable because will be inherited by other programs
+ * like if you run an xterm from the prompt, and then xterm's
+ * resizes won't get handled right. Sigh.
+ */
pid = fork();
switch(pid){
case 0: