--- man/curs_inopts.3x | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x index 1120c7d81..f9c028acd 100644 --- a/man/curs_inopts.3x +++ b/man/curs_inopts.3x @@ -284,14 +284,17 @@ .SS keypad .I curses does not treat function keys specially and the program has to interpret escape sequences itself. -If the terminal's keypad can be turned on -(made to transmit) -and off -(made to work locally), -.B \%keypad -configures it consistently with the -.I bf -parameter. +If the terminal type description defines the +.B \%keypad_local +.RB ( rmkx ) +and +.B \%keypad_xmit +.RB ( smkx ) +capabilities, +enabling a window's keypad mode +sets the terminal's keypad to transmit, +and disabling keypad mode +sets the terminal's keypad to work locally. By default, a window's keypad mode is off. .\" -- 2.30.2
signature.asc
Description: PGP signature
