Lines Matching refs:CSI
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, $opt ) );
651 $CSI = "\x9b";
726 &send_command( sprintf( "%s>T", $CSI ) ); # reset title-modes to default