home · contact · privacy
Handle SIGWINCH signals via reset_windows().
[plomrogue] / src / client / io.h
index 10851d388a247b8cda7a23144b488c369ab16c01..784c681e359ad27687db2bb3cf69e37b2b9cb79f 100644 (file)
@@ -21,6 +21,7 @@ extern void try_send(char * msg);
  * library. On each change / activity, re-draw the windows with draw_all_wins().
  * When the loop ends regularly (due to the user sending a quit command), return
  * an appropriate quit message to write to stdout when the client winds down.
+ * Also call reset_windows() on receiving a SIGWINCH.
  */
 extern char * io_loop();