lets try hold mode in raw mode
This commit is contained in:
parent
17cfc1dd5f
commit
55d360f653
2 changed files with 24 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue