diff options
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -237,24 +237,11 @@ int ui_get_shellsize(void) * new size. If this is not possible, it will adjust Rows and Columns. */ void -ui_set_shellsize ( - int mustset /* set by the user */ -) +ui_set_shellsize(int mustset) { mch_set_shellsize(); } -/* - * Called when Rows and/or Columns changed. Adjust scroll region and mouse - * region. - */ -void ui_new_shellsize(void) -{ - if (full_screen && !exiting) { - mch_new_shellsize(); - } -} - void ui_breakcheck(void) { os_breakcheck(); |