Searched refs:win_height (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYCurses.c | 1014 int win_height, win_width; in moveWindowHXY() local 1019 win_height = winrect.bottom - winrect.top; in moveWindowHXY() 1022 MoveWindow(hwnd, x, y, win_width, win_height, TRUE); in moveWindowHXY() 1031 int disp_height, disp_width, win_height, win_width; in adjustWindowPos() local 1046 win_height = winrect.bottom - winrect.top; in adjustWindowPos() 1051 CTRACE((tfp, "Size: (%4d,%3d)\n", win_width, win_height)); in adjustWindowPos() 1063 if (win_height <= disp_height) { in adjustWindowPos() 1064 newwin_top = disp_height - win_height; in adjustWindowPos() 1075 int disp_height, disp_width, win_height, win_width; in maxmizeWindowSize() local 1089 win_height = winrect.bottom - winrect.top; in maxmizeWindowSize() [all …]
|