home · contact · privacy
Minor comment fixing.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 28 Oct 2013 05:17:40 +0000 (06:17 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 28 Oct 2013 05:17:40 +0000 (06:17 +0100)
src/windows.h

index abebe0d7e2a3f7d36fb04a641305d15b8c0da934..e768f545d8877e045e4a567caeb08bc63208b31e 100644 (file)
@@ -84,7 +84,7 @@ struct WinMeta
 /* Initialize empty WinMeta "wmeta" on the terminal "screen". (Note that
  * emptiness is marked by WinMeta.chain_start=0.) Other struct members are also
  * initialized 0, except for the virtual screen (height = that of the terminal
- * screen; width = 1) amd its frame sized to the size of the terminal screen.
+ * screen; width = 1) sized to the size of the terminal screen.
  */
 extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta ** wmeta);
 
@@ -103,7 +103,6 @@ extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta ** wmeta);
  * values that exceed it or negative values that would reduce the window height
  * < 1 cell.
  *
- * The Win frame's curses window is initialized to a pad of size 1x1 cells.
  * Other members of the Win struct are initialized to 0.
  */
 extern uint8_t init_win(struct WinMeta * wmeta, struct Win ** w, char * title,