summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-19 18:09:19 +1000
committerNathan Scott <nathans@redhat.com>2020-08-19 18:09:19 +1000
commit80ce69c44fbe94f8f4bd1bf81809d4d2ee3cc5cd (patch)
tree5743c1fa92743e21a9b8361591de6f5231285075 /InfoScreen.c
parent6fbee8c1f448eaa9892a1e382d8b3cdac483eee7 (diff)
parenta360a80d1608602f9b03abf14db630595488cb37 (diff)
Merge branch 'hishamhm-pull-883'
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index fab8daea..1823f366 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -135,7 +135,7 @@ void InfoScreen_run(InfoScreen* this) {
if (mevent.y >= panel->y && mevent.y < LINES - 1) {
Panel_setSelected(panel, mevent.y - panel->y + panel->scrollV);
ch = 0;
- } if (mevent.y == LINES - 1)
+ } else if (mevent.y == LINES - 1)
ch = IncSet_synthesizeEvent(this->inc, mevent.x);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy