mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
fix to minor bug affecting the build process, a maintenance release will follow shortly.
This commit is contained in:
@ -150,6 +150,7 @@ void TraceScreen_run(TraceScreen* this) {
|
||||
break;
|
||||
case 'q':
|
||||
case 27:
|
||||
case KEY_F(10):
|
||||
looping = false;
|
||||
break;
|
||||
case KEY_RESIZE:
|
||||
|
Reference in New Issue
Block a user