home · contact · privacy
Scrolling pad now also has its own function with its own sanity checks.
[plomrogue] / windows.h
index 779a672ec0f1348016b13ccab09c5d7c42307bc8..23fbdc1f59ac42f829fe9ecbdba3cc8cefd6f86d 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -29,6 +29,7 @@ struct Corners {
   struct yx br; };
 
 struct  WinMeta init_win_meta (WINDOW *);
+void scroll_pad (struct WinMeta *, char);
 struct Win init_window (struct WinMeta *, char *);
 void append_window (struct WinMeta *, struct Win *);
 void suspend_window (struct WinMeta *, struct Win *);