return;
}
+ ply_console_set_active_vt (state->console,
+ ply_terminal_get_vt_number (terminal));
+
keyboard = ply_keyboard_new_for_terminal (terminal);
display = ply_text_display_new (terminal, state->console);
return;
}
+ ply_console_set_active_vt (state->console,
+ ply_terminal_get_vt_number (terminal));
+
renderer = ply_renderer_new (NULL, terminal, state->console);
if (!ply_renderer_open (renderer))
if (state->mode == PLY_MODE_SHUTDOWN)
{
state->default_tty = "tty63";
- ply_switch_to_vt (63);
}
else
state->default_tty = "tty1";