home · contact · privacy
Use a Win struct starty attribute too, instead of endlessly calling getbegy on curses...
[plomrogue] / windows.h
index ab0381251dcbe72e51f288a60d184f9816b016ce..497908e4ab19614d24b67fd7dd4c52ba3a32899a 100644 (file)
--- a/windows.h
+++ b/windows.h
@@ -12,6 +12,7 @@ struct Win {
   struct Win * prev;
   struct Win * next;
   uint16_t startx;
+  uint16_t starty;
   uint16_t width;
   uint16_t height;
   WINDOW * curses;