Lines Matching refs:CSI
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) );