shithub: orca

Download patch

ref: c9fd5c81fc1381bba13de4954b07811b018ad0c9
parent: 9767519c937259d9ae1a16e9b879f84e29bbae36
author: cancel <cancel@cancel.fm>
date: Fri Jan 24 00:15:34 EST 2020

Cleanup

--- a/tui_main.c
+++ b/tui_main.c
@@ -3629,10 +3629,9 @@
     }
     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;