Loading scripts/kconfig/lxdialog/textbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ int dialog_textbox(const char *title, const char *tbuf, case 'e': case 'X': case 'x': case 'q': delwin(box); delwin(dialog); return 0; Loading Loading @@ -190,6 +191,7 @@ int dialog_textbox(const char *title, const char *tbuf, break; case 'B': /* Previous page */ case 'b': case 'u': case KEY_PPAGE: if (begin_reached) break; Loading @@ -214,6 +216,7 @@ int dialog_textbox(const char *title, const char *tbuf, break; case KEY_NPAGE: /* Next page */ case ' ': case 'd': if (end_reached) break; Loading scripts/kconfig/mconf.c +3 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,10 @@ static const char mconf_readme[] = N_( "Text Box (Help Window)\n" "--------\n" "o Use the cursor keys to scroll up/down/left/right. The VI editor\n" " keys h,j,k,l function here as do <SPACE BAR> and <B> for those\n" " who are familiar with less and lynx.\n" " keys h,j,k,l function here as do <u>, <d>, <SPACE BAR> and <B> for \n" " those who are familiar with less and lynx.\n" "\n" "o Press <E>, <X>, <Enter> or <Esc><Esc> to exit.\n" "o Press <E>, <X>, <q>, <Enter> or <Esc><Esc> to exit.\n" "\n" "\n" "Alternate Configuration Files\n" Loading Loading
scripts/kconfig/lxdialog/textbox.c +3 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ int dialog_textbox(const char *title, const char *tbuf, case 'e': case 'X': case 'x': case 'q': delwin(box); delwin(dialog); return 0; Loading Loading @@ -190,6 +191,7 @@ int dialog_textbox(const char *title, const char *tbuf, break; case 'B': /* Previous page */ case 'b': case 'u': case KEY_PPAGE: if (begin_reached) break; Loading @@ -214,6 +216,7 @@ int dialog_textbox(const char *title, const char *tbuf, break; case KEY_NPAGE: /* Next page */ case ' ': case 'd': if (end_reached) break; Loading
scripts/kconfig/mconf.c +3 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,10 @@ static const char mconf_readme[] = N_( "Text Box (Help Window)\n" "--------\n" "o Use the cursor keys to scroll up/down/left/right. The VI editor\n" " keys h,j,k,l function here as do <SPACE BAR> and <B> for those\n" " who are familiar with less and lynx.\n" " keys h,j,k,l function here as do <u>, <d>, <SPACE BAR> and <B> for \n" " those who are familiar with less and lynx.\n" "\n" "o Press <E>, <X>, <Enter> or <Esc><Esc> to exit.\n" "o Press <E>, <X>, <q>, <Enter> or <Esc><Esc> to exit.\n" "\n" "\n" "Alternate Configuration Files\n" Loading