HomeSort by: relevance | last modified time | path
    Searched refs:osc (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
query-fonts.pl 85 my $osc = qr/\x1b]50/;
86 my $match = qr/${osc}.*${st}/;
96 $reply =~ s/^${osc}//;
256colors2.pl 70 our ( $csi, $osc, $sep, $sep2, $st );
92 printf( "%s4", $osc ) unless ($opt_q);
120 $osc = "\x9d";
125 $osc = "\x1b]";
156 printf( "%s4", $osc ) if ($opt_q);
88colors2.pl 71 our ( $csi, $osc, $sep, $sep2, $st );
93 printf( "%s4", $osc ) unless ($opt_q);
121 $osc = "\x9d";
126 $osc = "\x1b]";
157 printf( "%s4", $osc ) if ($opt_q);
query-dynamic.pl 69 our $OSC = "\x1b\]";
70 $OSC = "\x9d" if ($opt_8);
144 my $osc = $opt_8 ? qr/\x9d/ : qr/\x1b]/;
145 my $match = qr/${osc}.*${st}/;
150 $reply = &get_reply( $OSC . $params . $ST );
157 my @chunks = split /${st}${osc}/, $reply;
160 $chunks[$c] =~ s/^${osc}// if ( $c == 0 );
query-color.pl 34 # Test the color-query features of xterm using OSC 4 or OSC 5.
48 -4 use OSC 4 for special colors rather than OSC 5
202 my $osc = qr/\x1b]$this_op/;
203 my $match = qr/^(${osc}.*${st})+$/;
221 my @chunks = split /${st}${osc}/, $reply;
224 $chunks[$c] =~ s/^${osc}// if ( $c == 0 );
257 $this_op = $op; # FIXME handle mixed OSC 4/5
report-sgr.pl 48 our $osc = "\033]";
446 printf "%s102%s", $osc, $st if ($opt_direct);
  /xsrc/external/mit/xterm/dist/
configure 766 --enable-broken-osc allow broken Linux OSC-strings
19215 # Check whether --enable-broken-osc or --disable-broken-osc was given.

Completed in 19 milliseconds