Lines Matching refs:margins
32 # Tests scroll left/right feature in xterm, optionally using margins. This
50 our ( $margins, $test_state, $test_string, $test_width );
138 $value += ( $opt_l - 1 ) if ( $margins and not $opt_o );
210 printf "%s%dX", $CSI, $length if ($margins);
211 &clr_to_eol unless ($margins);
284 if ($margins) {
292 printf "%s?6;69l", $CSI if ($margins);
348 -o enable origin-mode with margins
365 $margins = 1 if ( $opt_l or $opt_r );
366 $opt_l = 1 if ( $margins and not $opt_l );
367 $opt_r = $term_width if ( $margins and not $opt_l );
370 $test_width = ( $opt_r - $opt_l + 1 ) if ($margins);