From 6403baf26d20951ef830ed9660a23241c3079896 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 26 Aug 2013 03:54:44 +0200 Subject: [PATCH] Improved windows library header file comments. --- src/windows.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/windows.h b/src/windows.h index d894fd2..a13e447 100644 --- a/src/windows.h +++ b/src/windows.h @@ -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); -- 2.30.2