summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-20 15:16:47 +1000
committerNathan Scott <nathans@redhat.com>2020-08-20 15:16:47 +1000
commit9aa816873f235b009d2deb65133edac4bed2cc2d (patch)
tree43e068b3ffa33a793a897a2f3a98c88bf0950657 /InfoScreen.c
parent0622be6ab3139c8604446f5a6c19ebb687dfc7d9 (diff)
parent8de04986cf1fbb9d7555ae64e9f17ef5a43bec65 (diff)
Merge branch 'hishamhm-pull-1010'
Diffstat (limited to 'InfoScreen.c')
-rw-r--r--InfoScreen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/InfoScreen.c b/InfoScreen.c
index a6f56a9c..0b919932 100644
--- a/InfoScreen.c
+++ b/InfoScreen.c
@@ -135,8 +135,9 @@ 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;
- } else 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