X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fwindows.h;fp=src%2Fclient%2Fwindows.h;h=5e993438f30d1ee4fe9a4402902e263b131f65d6;hb=1befe1034a6330301d4af2df80aaa98430a6e8c9;hp=7c0ef77ca80cc35c4fff1571766f180236771865;hpb=65efdbea2c5978de283aab627ca62f5a2c983353;p=plomrogue diff --git a/src/client/windows.h b/src/client/windows.h index 7c0ef77..5e99343 100644 --- a/src/client/windows.h +++ b/src/client/windows.h @@ -78,9 +78,9 @@ extern void init_win_meta(); * Pass 0 for "width" to make the window as wide as the terminal screen. Pass 0 * for "height" for the maximum allowed height: one cell smaller than that of * the terminal screen. Pass negative values for either of them to make the - * window width/height so many cells smaller than what 0 would set. The maximum - * allowed height is also applied for positive height values that exceed it or - * negative values that would reduce the window height to less than 1 cell. + * window width/height so many cells smaller than what 0 would set. Values that + * that would reduce the window height or width to less than 1 cell according to + * the aforementioned rules set the height/width as if they were set to 0. */ extern void init_win(struct Win ** wp, char * title, int16_t height, int16_t width, void * func);