diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:50:54 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:50:54 -0500 |
commit | b1c548187c65471d1e59bc4099337ae49e2f4536 (patch) | |
tree | f07c59563ccb94b41267b499759edbad19a34917 /menu.c | |
parent | 1631f38d4dba64577c8f064225599273148ad83d (diff) |
fix automatic horizontal scrolling
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ static void menu_close(Ted *ted) { break; } ted->menu = MENU_NONE; + ted->selector_open = NULL; } static void menu_escape(Ted *ted) { |