home · contact · privacy
Handle SIGWINCH signals via reset_windows().
[plomrogue] / src / client / windows.h
index 46525132bd4f3611fc727738e7896462283a3473..3b3a7eeb494cae1e20c8ead735b3cdca92896df1 100644 (file)
@@ -71,6 +71,9 @@ struct WinMeta
  */
 extern void init_wmeta_and_ncurses();
 
+/* Builds world.wmeta.pad from the sizes of the current terminal screen. */
+extern void make_pad();
+
 /* Initialize a Win child "wp" of "wmeta" to "title", "height" and "width" and
  * appoint "func"() as its .draw. Initialize other members to 0.
  *