X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fio.h;h=784c681e359ad27687db2bb3cf69e37b2b9cb79f;hb=f8c8dd2e9da8323251fae5e464098228d1dcce60;hp=10851d388a247b8cda7a23144b488c369ab16c01;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/io.h b/src/client/io.h index 10851d3..784c681 100644 --- a/src/client/io.h +++ b/src/client/io.h @@ -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();