--- 2023-10-01.man 2023-10-05 17:55:41.892511072 -0500 +++ gbr3.man 2023-10-05 23:59:54.250719970 -0500 @@ -288,2 +288,2 @@ - “XTerm Control Sequences” documents this feature as originating - with xterm. + instead. “XTerm Control Sequences” documents this feature as + originating with xterm. @@ -635 +635 @@ - infocmp ‐0 ‐q ‐Q2 + infocmp -0 -q -Q2 @@ -931 +931 @@ - tabs ‐8 + tabs -8 @@ -1901 +1901 @@ - bold=‘tput smso‘ offbold=‘tput rmso‘ + bold=`tput smso` offbold=`tput rmso` @@ -2295 +2295 @@ - be specified as “ˆH” or “ˆh”. + be specified as “^H” or “^h”. @@ -2497,4 +2497,4 @@ - int add_wch( const cchar_t *wch ); - int wadd_wch( WINDOW *win, const cchar_t *wch ); - int mvadd_wch( int y, int x, const cchar_t *wch ); - int mvwadd_wch( WINDOW *win, int y, int x, const cchar_t *wch ); + int add_wch(const cchar_t *wch); + int wadd_wch(WINDOW *win, const cchar_t *wch); + int mvadd_wch(int y, int x, const cchar_t *wch); + int mvwadd_wch(WINDOW *win, int y, int x, const cchar_t *wch); @@ -2502,2 +2502,2 @@ - int echo_wchar( const cchar_t *wch ); - int wecho_wchar( WINDOW *win, const cchar_t *wch ); + int echo_wchar(const cchar_t *wch); + int wecho_wchar(WINDOW *win, const cchar_t *wch); @@ -2559 +2559 @@ - WACS_DIAMOND 0x25c6 + ‘ diamond + WACS_DIAMOND 0x25c6 + ` diamond @@ -2918 +2918 @@ - ACS_DIAMOND + ‘ diamond + ACS_DIAMOND + ` diamond @@ -3151 +3151 @@ - int mvwaddnstr(WINDOW *win, int y, int x, const char *str, int n); + int mvwaddnstr(WINDOW *win, int y, int x, const char *str, int n); @@ -3822 +3822 @@ - void wbkgdset(WINDOW *win, chtype ch); + void wbkgdset(WINDOW *win, chtype ch); @@ -3950 +3950 @@ - void bkgrndset(const cchar_t *wch ); + void bkgrndset(const cchar_t *wch); @@ -4127 +4127 @@ - const cchar_t *bl, const cchar_t *br ); + const cchar_t *bl, const cchar_t *br); @@ -6360 +6360 @@ - /* predefined field types */ + /* predefined field types */ @@ -7351 +7351 @@ - /* extension */ + /* extension */ @@ -8003,2 +8003,2 @@ - int set_item_init(MENU *menu, Menu_Hook func); - Menu_Hook item_init(const MENU *menu); + int set_item_init(MENU *menu, Menu_Hook func); + Menu_Hook item_init(const MENU *menu); @@ -8006,2 +8006,2 @@ - int set_item_term(MENU *menu, Menu_Hook func); - Menu_Hook item_term(const MENU *menu); + int set_item_term(MENU *menu, Menu_Hook func); + Menu_Hook item_term(const MENU *menu); @@ -8009,2 +8009,2 @@ - int set_menu_init(MENU *menu, Menu_Hook func); - Menu_Hook menu_init(const MENU *menu); + int set_menu_init(MENU *menu, Menu_Hook func); + Menu_Hook menu_init(const MENU *menu); @@ -8012,2 +8012,2 @@ - int set_menu_term(MENU *menu, Menu_Hook func); - Menu_Hook menu_term(const MENU *menu); + int set_menu_term(MENU *menu, Menu_Hook func); + Menu_Hook menu_term(const MENU *menu); @@ -8125 +8125 @@ - int mvwin_wchnstr(WINDOW *win, int y, int x, cchar_t *wchstr, int n); + int mvwin_wchnstr(WINDOW *win, int y, int x, cchar_t *wchstr, int n); @@ -11493,2 +11493,2 @@ - # VT100 shift‐in/shift‐out, with corresponding font. - linux‐vt100|linux console with VT100 line‐graphics, + # VT100 shift-in/shift-out, with corresponding font. + linux-vt100|linux console with VT100 line-graphics, @@ -11498 +11498 @@ - xterm‐utf8|xterm relying on UTF‐8 line‐graphics, + xterm-utf8|xterm relying on UTF-8 line-graphics, @@ -11579 +11579 @@ - TERMINFO="$(infocmp ‐0 ‐Q2 ‐q)" + TERMINFO="$(infocmp -0 -Q2 -q)" @@ -12939,2 +12938,0 @@ - cc [flags] sourcefiles -lpanel -lncurses - @@ -12962 +12960 @@ - /* ncurses‐extensions */ + /* ncurses extensions */ @@ -13392 +13390 @@ - /* obsolete */ + /* obsolete */ @@ -13815 +13813 @@ - /* obsolete */ + /* obsolete */ @@ -14331 +14329 @@ - int getmouse_sp(SCREEN* sp, MEVENT* event); + int getmouse_sp(SCREEN* sp, MEVENT* event); @@ -14418 +14416 @@ - int ungetmouse_sp(SCREEN* sp,MEVENT * event); + int ungetmouse_sp(SCREEN* sp, MEVENT* event); @@ -14459 +14457 @@ - /* may instead use 9 long parameters */ + /* may instead use 9 long parameters */ @@ -15036 +15034 @@ - int mvcur(int oldrow, int oldcol, int newrow, int newcol); + int mvcur(int oldrow, int oldcol, int newrow, int newcol); @@ -15701 +15699 @@ - #define CUR ((TERMTYPE *)(cur_term))‐> + #define CUR ((TERMTYPE *)(cur_term))-> @@ -16400 +16398 @@ - /* deprecated */ + /* deprecated */ @@ -17053 +17051 @@ - int scale_menu(const MENU *menu, int *rows, int *columns); + int scale_menu(const MENU *menu, int *rows, int *columns); @@ -17484 +17482 @@ - 01 35 + \001\035 @@ -17657 +17655 @@ - the corresponding dump (using “od ‐t x1”): + the corresponding dump (using “od -t x1”): @@ -17826 +17824 @@ - null‐terminated. Special characters in ˆX or \c notation are stored in + null‐terminated. Special characters in ^X or \c notation are stored in @@ -17950,3 +17948,3 @@ - bel=ˆG, clear= 32$<1>, cr=ˆM, cub1=ˆH, cud1=ˆJ, - cuf1=ˆL, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=ˆK, - home=ˆˆ, ind=ˆJ, + bel=^G, clear=\032$<1>, cr=^M, cub1=^H, cud1=^J, + cuf1=^L, cup=\E=%p1%{32}%+%c%p2%{32}%+%c, cuu1=^K, + home=^^, ind=^J, @@ -19081 +19079 @@ - ansi|ansi/pc‐term compatible with color, + ansi|ansi/pc-term compatible with color, @@ -19084,5 +19082,5 @@ - acsc=+\020\,\021‐\030.ˆY0\333‘\004a\261f\370g\361h\260 - j\331k\277l\332m\300n\305o˜p\304q\304r\304s_t\303 - u\264v\301w\302x\263y\363z\362{\343|\330}\234˜\376, - bel=ˆG, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, - cr=ˆM, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, + acsc=+\020\,\021-\030.^Y0\333`\004a\261f\370g\361h\260 + j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303 + u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376, + bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[J, + cr=^M, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB, cud1=\E[B, @@ -19093,2 +19091,2 @@ - ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=ˆJ, - indn=\E[%p1%dS, invis=\E[8m, kbs=ˆH, kcbt=\E[Z, kcub1=\E[D, + ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=^J, + indn=\E[%p1%dS, invis=\E[8m, kbs=^H, kcbt=\E[Z, kcub1=\E[D, @@ -19097 +19095 @@ - rep=%p1%c\E[%p2%{1}%‐%db, rev=\E[7m, rin=\E[%p1%dT, + rep=%p1%c\E[%p2%{1}%-%db, rev=\E[7m, rin=\E[%p1%dT, @@ -19145 +19143 @@ - • ˆx maps to a control‐x for any appropriate x, and + • ^x maps to a control‐x for any appropriate x, and @@ -19158 +19156 @@ - that is a printable ASCII graphic character. The special case “ˆ?” is + that is a printable ASCII graphic character. The special case “^?” is @@ -19165 +19163 @@ - • \ˆ for ˆ, + • \^ for ^, @@ -19335 +19333 @@ - bel=ˆG, cols#72, cr=ˆM, cud1=ˆJ, hc, ind=ˆJ, os, + bel=^G, cols#72, cr=^M, cud1=^J, hc, ind=^J, os, @@ -19340,2 +19338,2 @@ - am, bel=ˆG, clear=ˆZ, cols#80, cr=ˆM, cub1=ˆH, cud1=ˆJ, - ind=ˆJ, lines#24, + am, bel=^G, clear=^Z, cols#80, cr=^M, cub1=^H, cud1=^J, + ind=^J, lines#24, @@ -19369 +19367 @@ - %c print pop() like %c in printf + %c print pop() like %c in printf @@ -19434 +19432 @@ - %&, %|, %ˆ + %&, %|, %^ @@ -19443 +19441 @@ - %!, %˜ + %!, %~ @@ -19475,2 +19473,2 @@ - a ˆT, with the row and column simply encoded in binary, - cup=ˆT%p1%c%p2%c + a ^T, with the row and column simply encoded in binary, + cup=^T%p1%c%p2%c @@ -19480 +19478 @@ - is necessary because it is not always safe to transmit \n ˆD and \r, as + is necessary because it is not always safe to transmit \n ^D and \r, as @@ -19671 +19669 @@ - terminals (like the HP-700/90 series, which however also has + terminals (like the HP‐700/90 series, which however also has @@ -19822 +19820 @@ - p9 altcharset ˆO (off) ˆN (on) + p9 altcharset ^O (off) ^N (on) @@ -19829 +19827 @@ - The altcharset mode also is different in that it is either ˆO or ˆN, + The altcharset mode also is different in that it is either ^O or ^N, @@ -19831 +19829 @@ - resulting sequence is \E[0;1;4;5;7;8mˆN. + resulting sequence is \E[0;1;4;5;7;8m^N. @@ -20075 +20073 @@ - automatically emits ˆS back to the host when its input buffers are + automatically emits ^S back to the host when its input buffers are @@ -20135 +20133 @@ - diamond ACS_DIAMOND + ‘ 0x60 + diamond ACS_DIAMOND + ` 0x60 @@ -20383 +20381 @@ - Hazeltine terminals, which do not allow “˜” characters to be displayed + Hazeltine terminals, which do not allow “~” characters to be displayed @@ -20574 +20572,3 @@ - tic ‐x, infocmp ‐x + infocmp -x + + tic -x