home · contact · privacy
Client: Restructure passing of keybinding manipulation commands.
[plomrogue] / src / client / windows.h
index 3b272e2812245a1181adb41c990f794dbb1b6dfa..91f3f7bf454ee33142a9e893f11c23bb0b35713b 100644 (file)
@@ -60,7 +60,7 @@ struct Win
     struct yx_uint16 target_center; /* saves .center when toggling .view */
     struct yx_uint16 frame_size; /* size of window/frame to see winmap through*/
     struct yx_uint16 start; /* upper left corner of window in v_screen */
-    struct yx_uint16 center; /* winnap cell to center frame on if < winmap */
+    struct yx_uint16 center; /* winmap cell to center frame on if < winmap */
     struct yx_uint16 winmap_size; /* delimits .winmap, sorts it into lines */
     chtype * winmap; /* window content in sequence of chtype's to write */
     int16_t target_height; /* window size / .frame_size description in config */