browser, help: make <Bsp> page up also when terminfo mismatches terminal
parent
0946153b47
commit
72a49dbbb4
|
@ -462,6 +462,7 @@ functionptrtype parse_browser_input(int *kbinput)
|
|||
{
|
||||
if (!meta_key) {
|
||||
switch (*kbinput) {
|
||||
case BS_CODE:
|
||||
case '-':
|
||||
return do_page_up;
|
||||
case ' ':
|
||||
|
|
|
@ -567,6 +567,7 @@ functionptrtype parse_help_input(int *kbinput)
|
|||
{
|
||||
if (!meta_key) {
|
||||
switch (*kbinput) {
|
||||
case BS_CODE:
|
||||
case '-':
|
||||
return do_page_up;
|
||||
case ' ':
|
||||
|
|
Loading…
Reference in New Issue