Searched refs:CSI (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xterm/dist/vttests/
H A Dother-sgr.sh37 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 D16colors.sh40 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 Ddoublechars.sh41 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 D8colors.sh37 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 Dacolors.sh37 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 Dlrmm-scroll.pl53 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 Dquery-status.pl60 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 Dresize.sh38 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 Dtitle.sh38 CSI="${ESC}["
64 $CMD $OPT "${CSI}21t${SUF}" > /dev/tty
H A Dsetpos.pl32 # 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 Dxtra-scroll.pl59 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 Dtitlestack.pl65 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 Dfonts.sh37 CSI="${ESC}["
H A Dpalettes.pl56 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 Diso2022.h29 #define CSI 0x9B macro
H A Diso2022.c398 if (codepoint == CSI)
691 } else if (*s == CSI && CHARSET_REGULAR(GR(is))) {
/xsrc/external/mit/xtrap/dist/
H A Dchparse.c24 ** 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 Dxtrapchar.c122 #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 Daubinator.c46 #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 Daubinator_error_decode.c44 #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 Daubinator.c46 #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 Diris_fence.c232 #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 Dgen_batch_decoder.c66 #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 DXct.c58 #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 Dintel_batch_decoder.c66 #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"

Completed in 21 milliseconds

12