Home
last modified time | relevance | path

Searched refs:srWindow (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c258 SMALL_RECT srWindow; member
1712 dwSize.X = csbi.srWindow.Right - csbi.srWindow.Left + 1; in WaitForChar()
1713 dwSize.Y = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in WaitForChar()
3829 Rows = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in mch_get_shellsize()
3830 Columns = csbi.srWindow.Right - csbi.srWindow.Left + 1; in mch_get_shellsize()
3917 sx = csbi.srWindow.Right - csbi.srWindow.Left + 1; in ResizeConBufAndWindow()
3918 sy = csbi.srWindow.Bottom - csbi.srWindow.Top + 1; in ResizeConBufAndWindow()
8178 csbi.srWindow.Right += 1; in set_console_color_rgb()
8179 csbi.srWindow.Bottom += 1; in set_console_color_rgb()
8251 csbi.srWindow.Right += 1; in reset_console_color_rgb()
[all …]