Does anyone knows if there is a way to enable page up/down navigation in the blessed.listtable()
? Cursors up/down work out of the box but navigating a big list without using page up/down is a very tedious task.
var table = blessed.listtable({
mouse: true,
keys: true,
...
})
That only enables up/down cursor keys and I need it to also support page navigation.