Penguin

Differences between version 3 and previous revision of SIGWINCH.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Thursday, February 13, 2003 11:42:34 am by JohnMcPherson Revert
Older page: version 2 Last edited on Thursday, February 13, 2003 2:50:01 am by PerryLorier Revert
@@ -23,4 +23,6 @@
  printf("rows %i\n",ws.ws_row); 
  printf("cols %i\n",ws.ws_col); 
  return 0; 
 
+  
+My xterm sometimes dies if I resize it while irc is running in it. Presumably, what's happening is that during the resize, the irc client tries to write to the bottom of the xterm and the signal from xterm doesn't get handled in time, causing my xterm (version 156) to "disappear" when the ncurses(3x) library tries to write to a bit of the xterm that's no longer there.