terminal_mux: fix comment

This commit is contained in:
Christian Helmuth 2016-12-16 21:21:33 +01:00 committed by Norman Feske
parent ce3d10465e
commit aaa079c360

View File

@ -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) {