Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
c9fd5c81fc
  1. 3
      tui_main.c

3
tui_main.c

@ -3629,10 +3629,9 @@ event_loop:;
}
goto event_loop;
}
case KEY_RESIZE: {
case KEY_RESIZE:
tui_adjust_term_size(&t, &cont_window);
goto event_loop;
}
#ifndef FEAT_NOMOUSE
case KEY_MOUSE: {
MEVENT mevent;

Loading…
Cancel
Save