Lines Matching refs:CSI
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, $value + 1;
146 printf "%s%dS", $CSI, $value;
149 printf "%sS", $CSI;
155 printf "%s%dP", $CSI, 1;
162 printf "%s%d@", $CSI, length($value);
169 printf "%s%dP", $CSI, length($value);
170 printf "%s4h", $CSI;
172 printf "%s4l", $CSI;
210 printf "%s%dX", $CSI, $length if ($margins);
253 printf "%s%d @", $CSI, $value;
258 printf "%s%d A", $CSI, $value;
285 printf "%s?6h", $CSI if ($opt_o);
286 printf "%s?69h", $CSI;
287 printf "%s%d;%ds", $CSI, $opt_l, $opt_r;
292 printf "%s?6;69l", $CSI if ($margins);
364 $CSI = "\x9b" if ($opt_8);