| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | other-sgr.sh | 37 CSI="${ESC}[" 59 trap '$CMD $OPT "${CSI}0m"; exit 1' 1 2 3 15 60 trap '$CMD $OPT "${CSI}0m"' 0 62 echo "${CSI}0m" 96 $CMD $OPT "$GRP:${CSI}${GRP}m$attr${SUF}" 97 $CMD $OPT "${CSI}${ROW}m$rlabel${SUF}" 103 "21") clabel="double "; END="${CSI}24m";; 104 "2") clabel="dim "; END="${CSI}22m";; 105 "3") clabel="italic "; END="${CSI}23m";; 106 "2;3") clabel="di/it "; END="${CSI}2 [all...] |
| H A D | 16colors.sh | 40 CSI="${ESC}[" 62 trap '$CMD "${CSI}0m"; exit 1' 1 2 3 15 63 trap '$CMD "${CSI}0m"' 0 65 echo "${CSI}0m" 95 $CMD $OPT "${CSI}0;${AT}m$attr$SUF" 96 $CMD $OPT "${CSI}${HI}${FG}m$color$SUF" 109 $CMD $OPT "${CSI}4${BG}m$bcolor$SUF" 110 $CMD $OPT "${CSI}10${BG}m+$bcolor$SUF" 112 echo "${CSI}0m"
|
| H A D | doublechars.sh | 41 CSI="${ESC}[" 86 $CMD $OPT "${CSI}18t${SUF}" > /dev/tty 92 original=${CSI}8\;${high}\;${wide}t${SUF} 101 $CMD $OPT "${CSI}?7h" >/dev/tty 102 $CMD $OPT "${CSI}?40l" >/dev/tty 105 $CMD $OPT "${CSI}?40h" >/dev/tty 106 $CMD $OPT "${CSI}?3h" >/dev/tty 111 $CMD $OPT "${CSI}0;${SGR}m" >/dev/tty 112 test "$ITAL" = yes && $CMD $OPT "${CSI}3m" >/dev/tty 120 $CMD $OPT "${CSI} [all...] |
| H A D | 8colors.sh | 37 CSI="${ESC}[" 59 trap '$CMD $OPT "${CSI}0m"; exit 1' 1 2 3 15 60 trap '$CMD $OPT "${CSI}0m"' 0 62 echo "${CSI}0m" 85 $CMD $OPT "${CSI}0;${AT}m$attr${SUF}" 86 $CMD $OPT "${CSI}3${FG}m$fcolor${SUF}" 99 $CMD $OPT "${CSI}4${BG}m$bcolor${SUF}" 101 echo "${CSI}0m"
|
| H A D | acolors.sh | 37 CSI="${ESC}[" 73 echo "${CSI}0;1;34mThis message is BLUE" 74 echo "${CSI}0;1;31mThis message is RED ${CSI}0;31m(sometimes)" 75 echo "${CSI}0;1;32mThis message is GREEN${CSI}0m"
|
| H A D | lrmm-scroll.pl | 53 our $CSI = "\033["; 91 printf "%s1;33;42m", $CSI; # yellow-on-green 94 printf "%s0;31;45m", $CSI; # red-on-magenta 97 printf "%s0;36;44m", $CSI; # cyan-on-blue 100 printf "%s0;39;49m", $CSI; 121 printf "%sJ", $CSI; 125 printf "%sK", $CSI; 129 printf "%s%dH", $CSI, $term_height; 133 printf "%sH", $CSI; 139 printf "%s%dG", $CSI, [all...] |
| H A D | query-status.pl | 60 our $CSI = $opt_8 ? "\x9a" : "\x1b["; 182 printf "%s3%sm", $CSI, &ansi_color($fg); 184 printf "%s4%sm", $CSI, &ansi_color($bg); 188 printf "%s%sm", $CSI, &default_colors; 192 printf "%s%d q", $CSI, $c; 195 printf "%s q", $CSI; 199 printf "%s3%sm", $CSI, &direct_color($fg); 201 printf "%s4%sm", $CSI, &direct_color($bg); 205 printf "%s39;49m", $CSI;
|
| H A D | resize.sh | 38 CSI="${ESC}[" 64 $CMD $OPT "${CSI}18t${SUF}" > /dev/tty 67 $CMD $OPT "${CSI}19t${SUF}" > /dev/tty 74 original=${CSI}8\;${high}\;${wide}t${SUF} 89 $CMD $OPT "${CSI}8;${h};${w}t" >/dev/tty
|
| H A D | title.sh | 38 CSI="${ESC}[" 64 $CMD $OPT "${CSI}21t${SUF}" > /dev/tty
|
| H A D | setpos.pl | 32 # Exercise CSI 3/13 t which set/get the window position. 67 our $CSI = "\x1b\["; 68 $CSI = "\x9b" if ($opt_8); 189 my $reply = &get_reply( sprintf "%s13t", $CSI ); 192 if ( index( $reply, $CSI ) == 0 ) { 193 $reply = substr( $reply, length($CSI) ); 249 &no_reply( sprintf "%s3;%d;%dt", $CSI, $pos[0], $pos[1] ); 260 my $reply = &get_reply( sprintf "%s15t", $CSI ); 262 if ( index( $reply, $CSI ) == 0 ) { 263 $reply = substr( $reply, length($CSI) ); [all...] |
| H A D | xtra-scroll.pl | 59 our $CSI = "\x1b["; 126 printf STDERR "%s%d;%dH", $CSI, 1 + $y, 1 + $pos_x; 130 printf STDERR "%sH", $CSI; 138 printf STDERR "%s%sJ", $CSI, $mode; 143 printf STDERR "%s%sK", $CSI, $mode; 155 printf STDERR "%s?69%s", $CSI, ( $mode == 0 ) ? "l" : "h"; 163 printf STDERR "%s?6%s", $CSI, ( $mode == 0 ) ? "l" : "h"; 171 printf STDERR "%s?1049%s", $CSI, ( $mode == 0 ) ? "l" : "h"; 183 printf STDERR "%s%s;%sr", $CSI, $param_T, $param_B; 218 printf STDERR "%s%s;%ss", $CSI, [all...] |
| H A D | titlestack.pl | 65 our $CSI = "\x1b["; 169 my $reply = &get_reply( sprintf( "%s#S", $CSI ) ); 170 if ( index( $reply, $CSI ) == 0 ) { 171 $reply = substr( $reply, length($CSI) ); 203 my $reply = &get_reply( sprintf( "%s%dt", $CSI, $icon ? 20 : 21 ) ); 206 if ( $opt_8 and ( $reply =~ /^$CSI/ ) ) { 207 $reply =~ s/^${CSI}//; 451 &send_command( sprintf( "%s>%s%s", $CSI, $opts, $set ? "t" : "T" ) ); 558 &send_command( sprintf( "%s22;%st", $CSI, $opt ) ); 571 &send_command( sprintf( "%s23;%st", $CSI, [all...] |
| H A D | fonts.sh | 37 CSI="${ESC}["
|
| H A D | palettes.pl | 56 our ( $CSI, $OSC, $ST ); 940 my $state = &get_reply( sprintf( "%s#R", $CSI ), "Q" ); 941 $state = substr( $state, length($CSI) ) 942 if ( index( $state, $CSI ) == 0 ); 967 printf STDERR "%s#%dP", $CSI, $slot + 1; 971 printf STDERR "%s#P", $CSI; 980 printf STDERR "%s#%dQ", $CSI, $slot + 1; 984 printf STDERR "%s#Q", $CSI; 991 printf STDERR "%s#R", $CSI; 1042 $CSI [all...] |
| /xsrc/external/mit/luit/dist/ |
| H A D | iso2022.h | 29 #define CSI 0x9B macro
|
| H A D | iso2022.c | 398 if (codepoint == CSI) 691 } else if (*s == CSI && CHARSET_REGULAR(GR(is))) {
|
| /xsrc/external/mit/xtrap/dist/ |
| H A D | chparse.c | 24 ** FACILITY: chparse - ASCII ESC & CSI parser 101 #define CSI 0x9B macro 138 case CSI: 263 case CSI: printf("<CSI>"); break; 267 if (c == ESC || c == DCS || c == CSI || c == SS3) {
|
| H A D | xtrapchar.c | 122 #define CSI 0x9B macro 201 /* ESC & CSI Parsing variables */ 271 case CSI: /* Control Sequence */ 387 dumpsequence(state, CSI, private, param, nparam, 416 dumpsequence(state, CSI, private, param, nparam,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator.c | 46 #define CSI "\e[" macro 47 #define BLUE_HEADER CSI "0;44m" 48 #define GREEN_HEADER CSI "1;42m" 49 #define NORMAL CSI "0m"
|
| H A D | aubinator_error_decode.c | 44 #define CSI "\e[" macro 45 #define BLUE_HEADER CSI "0;44m" 46 #define GREEN_HEADER CSI "1;42m" 47 #define NORMAL CSI "0m" 283 #define CSI "\e[" macro 284 #define NORMAL CSI "0m"
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator.c | 46 #define CSI "\e[" macro 47 #define GREEN_HEADER CSI "1;42m" 48 #define NORMAL CSI "0m"
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_fence.c | 232 #define CSI "\e[" macro 233 #define BLUE_HEADER CSI "0;97;44m" 234 #define NORMAL CSI "0m"
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_batch_decoder.c | 66 #define CSI "\e[" macro 67 #define RED_COLOR CSI "31m" 68 #define BLUE_HEADER CSI "0;44m" 69 #define GREEN_HEADER CSI "1;42m" 70 #define NORMAL CSI "0m"
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Xct.c | 58 #define CSI 0x9b macro 486 } else if (c == CSI) { 584 if ((c == ESC) || (c == CSI))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_batch_decoder.c | 66 #define CSI "\e[" macro 67 #define RED_COLOR CSI "31m" 68 #define BLUE_HEADER CSI "0;44m" CSI "1;37m" 69 #define GREEN_HEADER CSI "1;42m" 70 #define NORMAL CSI "0m"
|