summaryrefslogtreecommitdiff
path: root/src/term/BOOLS.txt
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-13 19:52:12 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-13 19:52:12 -0400
commitc93dd9bc67485586f3fad4958e70a1fd3c83c2d4 (patch)
tree70dccb9034eceaa3d8df4330207c3d7756e0334e /src/term/BOOLS.txt
parentefeeb5db9e8178a5f0ade3f99832782ab0cb4442 (diff)
split out curses
Diffstat (limited to 'src/term/BOOLS.txt')
-rw-r--r--src/term/BOOLS.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/term/BOOLS.txt b/src/term/BOOLS.txt
deleted file mode 100644
index fbf61e31..00000000
--- a/src/term/BOOLS.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-auto_left_margin bw bw TERMCAP(cub1) wraps from column 0 to last column
-auto_right_margin am am terminal has automatic margins
-back_color_erase bce ut screen erased with background color
-can_change ccc cc terminal can re-define exising color
-ceol_standout_glitch xhp xs standout not erased by overwriting
-col_addr_glitch xhpa YA only positive motion for TERMCAP(hpa)/TERMCAP(mhpa)
-cpi_change_res cpix YF changing character pitch changes resolution
-cr_cancles_micro_mode crxm YB using TERMCAP(cr) turns off micro mode
-dest_tabs_magic_smso xt xt destructive tabs, magic TERMCAP(smso)
-eat_newline_glitch xenl xn newline ignored after 80 columns
-erase_overstrick eo eo can erase overstrikes with a blank
-generic_type gn gn generic line type
-hard_copy hc hc hardcopy terminal
-hard_cursor chts HC cursor is hard to see
-has_meta_key km km has a meta key
-has_print_wheel daisy YC printer needs operator to change character set
-has_status_line hs hs has extra "status line"
-hue_lightness_saturation hls hl terminal uses only HLS color notation
-insert_null_glitch in in insert mode distinguishes nulls
-lpi_changes_res lpix YG changing line pitch changes resolution
-memory_above da da display may be retained above the screen
-memory_below db db display may be retained below the screen
-move_insert_mode mir mi safe to move while in insert mode
-move_standout_mode msgr ms safe to move in standout modes
-needs_xon_xoff nxon nx padding won't work, xon/xoff required
-no_esc_ctlc xsb xb beehive (f1=escape, f2=ctrl-C)
-no_pad_char npc NP pad character doesn't exist
-non_dest_scroll_region ndscr ND scrolling region is nondestructive
-non_rev_rmcup nrrmc NR TERMCAP(smcup) does not reverse TERMCAP(rmcup)
-over_strike os os terminal overstrikes on hard-copy terminal
-prtr_silent mc5i 5i printer won't echo on screen
-row_addr_glitch xvpa YD only positive motion for TERMCAP(vpa)/TERMCAP(mvpa)
-semi_auto_right_margin sam YE printing in last column causes TERMCAP(cr)
-status_line_esc_ok eslok es escape can be used on the status line
-tilde_glitch hz hz can't print tilde (~)
-transparent_underline ul ul underline character overstrikes
-xon_xoff xon xo terminal uses xon/xoff handshaking