Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4239 → Rev 4240

/trunk/uspace/srv/console/console.c
436,7 → 436,7
conn = &connections[active_console];
 
if ((ev.key >= KC_F1) && (ev.key < KC_F1 +
CONSOLE_COUNT)) {
CONSOLE_COUNT) && ((ev.mods & KM_CTRL) == 0)) {
if (ev.key == KC_F12)
change_console(KERNEL_CONSOLE);
else