mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
terminal_mux: fix comment
This commit is contained in:
parent
ce3d10465e
commit
aaa079c360
@ -708,7 +708,7 @@ struct Main
|
||||
c = 8;
|
||||
|
||||
/*
|
||||
* Handle C-y by switching to the menu
|
||||
* Handle C-x by switching to the menu
|
||||
*/
|
||||
enum { KEYCODE_C_X = 24 };
|
||||
if (c == KEYCODE_C_X) {
|
||||
|
Loading…
Reference in New Issue
Block a user