reenable scrollback keys
This commit is contained in:
@ -355,10 +355,10 @@ void Keyboard::trigger() {
|
|||||||
void scroll_mode(Key key) {
|
void scroll_mode(Key key) {
|
||||||
switch ((char)key) {
|
switch ((char)key) {
|
||||||
case 'k':
|
case 'k':
|
||||||
// kout.scroll_page_backward();
|
kout.scroll_page_backward();
|
||||||
break;
|
break;
|
||||||
case 'j':
|
case 'j':
|
||||||
// kout.scroll_page_forward();
|
kout.scroll_page_forward();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user