mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Common order for ESC/q/F10
This commit is contained in:
@ -144,8 +144,8 @@ void InfoScreen_run(InfoScreen* this) {
|
||||
clear();
|
||||
InfoScreen_draw(this);
|
||||
break;
|
||||
case 'q':
|
||||
case 27:
|
||||
case 'q':
|
||||
case KEY_F(10):
|
||||
looping = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user