home · contact · privacy
Improved windows library header file comments.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:54:44 +0000 (03:54 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 26 Aug 2013 01:54:44 +0000 (03:54 +0200)
src/windows.h

index d894fd28e5178f15ce6c42aea82ffb215ddda341..a13e447c2d98d340d0ed2db562ede8b6d72b60b8 100644 (file)
@@ -87,10 +87,10 @@ struct WinMeta
 
 
 
-/* Initialize empty WinMeta "wmeta" on the terminal "screen". Note that
- * emptiness is marked by WinMeta.chain_start=0. Other struct values are also
- * initialized 0, except for the virtual screen (terminal screen height, width =
- * 1) and its terminal-sized frame.
+/* 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.
  */
 extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta * wmeta);