Home
last modified time | relevance | path

Searched refs:auto_right_margin (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/less/
H A Dscreen.c293 auto_wrap = hardcopy ? 0 : auto_right_margin; in get_term()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c430 if (!auto_right_margin) { in PutCharLR()
483 } else if (auto_right_margin) { in wrap_cursor()
2193 if (auto_right_margin) { in NCURSES_SP_NAME()
/openbsd/lib/libcurses/
H A Dterm.h162 #define auto_right_margin CUR Booleans[1] macro
H A DCaps220 auto_right_margin am bool am - - YBCGE terminal has automatic margins
/openbsd/usr.bin/tic/
H A Dtic.c3338 if (!auto_right_margin) { in check_termtype()