summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-06-08 21:08:02 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-06-08 21:08:02 +0000
commit3e6be2d7f7492ecd6cf5c1a6647e403e9be59de9 (patch)
tree450683216bb7a2def6af9e4c400719e358b64ecf /OpenFilesScreen.c
parent4206828d17232d2ee048452214df36627ae56207 (diff)
fix to minor bug affecting the build process, a maintenance release will follow shortly.
Diffstat (limited to 'OpenFilesScreen.c')
-rw-r--r--OpenFilesScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenFilesScreen.c b/OpenFilesScreen.c
index 156e6370..a312d0fb 100644
--- a/OpenFilesScreen.c
+++ b/OpenFilesScreen.c
@@ -180,6 +180,7 @@ void OpenFilesScreen_run(OpenFilesScreen* this) {
break;
case 'q':
case 27:
+ case KEY_F(10):
looping = false;
break;
case KEY_RESIZE:

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