diff options
Diffstat (limited to 'main.ha')
| -rw-r--r-- | main.ha | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ fn runehandler(l: *widget::widget, r: rune) bool = { list::down(l); case 'k' => list::up(l); + case 'd' => + list::pagedown(l); + case 'u' => + list::pageup(l); case 'l' => // to print properly suspend the ui, print, then resume libui::suspend(&l.ui); |
