X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwindows.h;h=a13e447c2d98d340d0ed2db562ede8b6d72b60b8;hb=6403baf26d20951ef830ed9660a23241c3079896;hp=d894fd28e5178f15ce6c42aea82ffb215ddda341;hpb=9b4365470d74903c6c5e78a964cf11cd64e5f839;p=plomrogue 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);