ref: 32b39c96b016f9a105eda84b0e978f19a9db0a98
parent: cb237dbde9ce7ff28eb0f20da914df57161781a1
author: cancel <cancel@cancel.fm>
date: Mon Dec 17 15:16:54 EST 2018
Fix formatting
--- a/tui_main.c
+++ b/tui_main.c
@@ -1202,9 +1202,9 @@
a->is_draw_dirty = true;
}
}
- }
+ }
#if defined(NCURSES_MOUSE_VERSION) && NCURSES_MOUSE_VERSION >= 2
-else {
+ else {
if (mouse_bstate & BUTTON4_PRESSED) {
a->grid_scroll_y -= 1;
a->is_draw_dirty = true;