mirror of https://github.com/xzeldon/htop.git
Common order for ESC/q/F10
This commit is contained in:
parent
4f08d2d5ad
commit
c49ca61dd9
|
@ -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;
|
||||
|
|
|
@ -296,9 +296,9 @@ tryRight:
|
|||
}
|
||||
|
||||
break;
|
||||
case KEY_F(10):
|
||||
case 'q':
|
||||
case 27:
|
||||
case 'q':
|
||||
case KEY_F(10):
|
||||
quit = true;
|
||||
continue;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue