summaryrefslogtreecommitdiffstats
path: root/TraceScreen.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 /TraceScreen.c
parent4206828d17232d2ee048452214df36627ae56207 (diff)
fix to minor bug affecting the build process, a maintenance release will follow shortly.
Diffstat (limited to 'TraceScreen.c')
-rw-r--r--TraceScreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/TraceScreen.c b/TraceScreen.c
index 02e2a85c..19254f99 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -150,6 +150,7 @@ void TraceScreen_run(TraceScreen* this) {
break;
case 'q':
case 27:
+ case KEY_F(10):
looping = false;
break;
case KEY_RESIZE:

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