diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-27 09:46:17 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-27 09:46:17 +0200 |
commit | e78b773a4c58c016025fa4e5f5d9ee6f5070fa4d (patch) | |
tree | 6af77b5a38afbfc9975a36c3ce30339ed5d27042 /src/ui/window.c | |
parent | de350bd1bfd51ee62a866b8f4a980b5cc4a9eeb9 (diff) |
Subscribing via menu; cleanup after unsubscribe
Diffstat (limited to 'src/ui/window.c')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index 637018a9..6e91d644 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -155,7 +155,7 @@ static const iMenuItem viewMenuItems_[] = { | |||
155 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, | 155 | { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, |
156 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, | 156 | { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, |
157 | { "---", 0, 0, NULL }, | 157 | { "---", 0, 0, NULL }, |
158 | { "Wrap Preformatted", 0, 0, "forcewrap.toggle" } | 158 | { "Wrap Preformatted", 0, 0, "forcewrap.toggle" } /* TODO: remove this; should scroll preformatted */ |
159 | }; | 159 | }; |
160 | 160 | ||
161 | static iMenuItem bookmarksMenuItems_[] = { | 161 | static iMenuItem bookmarksMenuItems_[] = { |