kms: Enable VT switching
This commit is contained in:
parent
f1f51e1714
commit
b5ef2272c0
4 changed files with 94 additions and 75 deletions
|
|
@ -410,7 +410,7 @@ impl State {
|
|||
_ => {}
|
||||
};
|
||||
|
||||
self.common.process_input_event(event);
|
||||
self.process_input_event(event);
|
||||
// TODO actually figure out the output
|
||||
for output in self.common.shell.outputs() {
|
||||
self.backend.schedule_render(output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue