mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Common order for ESC/q/F10
This commit is contained in:
@ -296,9 +296,9 @@ tryRight:
|
||||
}
|
||||
|
||||
break;
|
||||
case KEY_F(10):
|
||||
case 'q':
|
||||
case 27:
|
||||
case 'q':
|
||||
case KEY_F(10):
|
||||
quit = true;
|
||||
continue;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user