/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 442 (void)cl_getcap(sp, "smso", &clp->smso); in cl_ex_init() 448 if (clp->smso == NULL || clp->rmso == NULL) { in cl_ex_init() 449 free(clp->smso); in cl_ex_init() 450 clp->smso = NULL; in cl_ex_init() 547 free(clp->smso); in cl_freecap() 548 clp->smso = NULL; in cl_freecap()
|
H A D | cl.h | 34 char *rmso, *smso; /* Inverse video terminal strings. */ member
|
H A D | cl_funcs.c | 162 if (clp->smso == NULL) in cl_attr() 165 (void)tputs(clp->smso, 1, cl_putchar); in cl_attr()
|
/freebsd/contrib/ncurses/misc/ |
H A D | emx.src | 114 smso=\E[7m, 133 smso=\E[7m, 327 # so <-> smso begin standout mode 347 smso=\E[7m, 359 smso=\E[1;37;47m, 384 smso=\E[1m, 389 smso=\E[7m, 403 smso=\E[1;37;46m, 413 smso=\E[30;46m, 473 smso=\E[7m, [all …]
|
H A D | terminfo.src | 379 rmso=\E[m, smso=\E[7m, 429 sgr0=\E[0;10m, smpch=\E[11m, smso=\E[7m, smul=\E[4m, 566 rmso=\E[m, rmul=\E[m, smir=\E[4h, smso=\E[7m, smul=\E[4m, 792 smso=\EyQ, smul=\EyH, use=at-m, 829 smso=\Ep, use=vt52-basic, 856 smkx=\E[?1h\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g, 871 rs1=\Ez_\Eb@\EcA, sgr0=\Ez_, smcup=\Ev\Ee\Ez_, smso=\Ep, 887 rs1=\Ez_\Eb@\EcA, sgr0=\Ez_, smcup=\Ev\Ee\Ez_, smso=\Ep, 897 smso=\Ep, use=vt52+arrows, 920 smcup=\Ee, smso=\Ep, [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | atf.terminfo | 42 smir=smir, smkx=smkx, smm=smm, smso=smso, smul=smul,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 298 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 358 enter_standout_mode smso str so - - YBCGE begin standout mode
|
H A D | Caps.hpux11 | 306 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 399 enter_standout_mode smso str so - - YBCGE begin standout mode
|
H A D | Caps | 305 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 397 enter_standout_mode smso str so - - YBCGE begin standout mode
|
H A D | Caps.osf1r5 | 305 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 380 enter_standout_mode smso str so - - YBCGE begin standout mode
|
H A D | Caps.keys | 308 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 400 enter_standout_mode smso str so - - YBCGE begin standout mode
|
H A D | Caps.aix4 | 305 magic_cookie_glitch xmc num sg - - YBCGE number of blank characters left by smso or rmso 397 enter_standout_mode smso str so - - YBCGE begin standout mode
|
/freebsd/contrib/openbsm/config/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 548 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 513 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/sqlite3/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/ldns/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/unbound/ |
H A D | ltmain.sh | 505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/file/ |
H A D | ltmain.sh | 551 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 3062 + add smso for env230, to match sgr -TD 4767 change smso for consistency with sgr -TD 5344 + make sgr for sun-color agree with smso -TD 5649 + use bold rather than reverse for smso in sun-color terminfo entry 6483 + improve interix smso terminfo capability by using reverse rather than 11655 capabilities such as smso, use this to check/correct several 13313 + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
|