summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-22 13:50:54 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-22 13:50:54 -0500
commitb1c548187c65471d1e59bc4099337ae49e2f4536 (patch)
treef07c59563ccb94b41267b499759edbad19a34917 /menu.c
parent1631f38d4dba64577c8f064225599273148ad83d (diff)
fix automatic horizontal scrolling
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.c b/menu.c
index e9c9488..284b0e9 100644
--- a/menu.c
+++ b/menu.c
@@ -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) {