xref: /illumos-gate/usr/src/lib/libcurses/screen/caps (revision 1da57d55)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# CDDL HEADER START
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
87c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
97c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
107c478bd9Sstevel@tonic-gate# with the License.
117c478bd9Sstevel@tonic-gate#
127c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
147c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
157c478bd9Sstevel@tonic-gate# and limitations under the License.
167c478bd9Sstevel@tonic-gate#
177c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
187c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
207c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
217c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate# CDDL HEADER END
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate#	Copyright (c) 1988 AT&T
277c478bd9Sstevel@tonic-gate#	  All Rights Reserved
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gate#
307c478bd9Sstevel@tonic-gate# University Copyright- Copyright (c) 1982, 1986, 1988
317c478bd9Sstevel@tonic-gate# The Regents of the University of California
327c478bd9Sstevel@tonic-gate# All Rights Reserved
337c478bd9Sstevel@tonic-gate#
347c478bd9Sstevel@tonic-gate# University Acknowledgment- Portions of this document are derived from
357c478bd9Sstevel@tonic-gate# software developed by the University of California, Berkeley, and its
367c478bd9Sstevel@tonic-gate# contributors.
377c478bd9Sstevel@tonic-gate#
387c478bd9Sstevel@tonic-gate
397c478bd9Sstevel@tonic-gate# Be sure to add new capabilties at the END of the appropriate section!
407c478bd9Sstevel@tonic-gate--- begin bool
417c478bd9Sstevel@tonic-gateauto_left_margin,	"bw"	"bw"	cub1 wraps from column 0 to last column
427c478bd9Sstevel@tonic-gateauto_right_margin,	"am"	"am"	Terminal has automatic margins
437c478bd9Sstevel@tonic-gateno_esc_ctlc,		"xsb"	"xb"	Beehive (f1=escape, f2=ctrl C)
447c478bd9Sstevel@tonic-gateceol_standout_glitch,	"xhp"	"xs"	Standout not erased by overwriting (hp)
457c478bd9Sstevel@tonic-gateeat_newline_glitch,	"xenl"	"xn"	newline ignored after 80 cols (Concept)
467c478bd9Sstevel@tonic-gateerase_overstrike,	"eo"	"eo"	Can erase overstrikes with a blank
477c478bd9Sstevel@tonic-gategeneric_type,		"gn"	"gn"	Generic line type (e.g. dialup, switch).
487c478bd9Sstevel@tonic-gatehard_copy,		"hc"	"hc"	Hardcopy terminal
497c478bd9Sstevel@tonic-gatehas_meta_key,		"km"	"km"	Has a meta key (shift, sets parity bit)
507c478bd9Sstevel@tonic-gatehas_status_line,	"hs"	"hs"	Has extra "status line"
517c478bd9Sstevel@tonic-gateinsert_null_glitch,	"in"	"in"	Insert mode distinguishes nulls
527c478bd9Sstevel@tonic-gatememory_above,		"da"	"da"	Display may be retained above the screen
537c478bd9Sstevel@tonic-gatememory_below,		"db"	"db"	Display may be retained below the screen
547c478bd9Sstevel@tonic-gatemove_insert_mode,	"mir"	"mi"	Safe to move while in insert mode
557c478bd9Sstevel@tonic-gatemove_standout_mode,	"msgr"	"ms"	Safe to move in standout modes
567c478bd9Sstevel@tonic-gateover_strike,		"os"	"os"	Terminal overstrikes
577c478bd9Sstevel@tonic-gatestatus_line_esc_ok,	"eslok"	"es"	Escape can be used on the status line
587c478bd9Sstevel@tonic-gatedest_tabs_magic_smso,	"xt"	"xt"	Tabs destructive, magic so char (t1061)
597c478bd9Sstevel@tonic-gatetilde_glitch,		"hz"	"hz"	Hazeltine; can't print ~'s
607c478bd9Sstevel@tonic-gatetransparent_underline,	"ul"	"ul"	underline character overstrikes
617c478bd9Sstevel@tonic-gatexon_xoff,		"xon"	"xo"	Terminal uses xon/xoff handshaking
627c478bd9Sstevel@tonic-gateneeds_xon_xoff,		"nxon"	"nx"	Padding won't work, xon/xoff required
637c478bd9Sstevel@tonic-gateprtr_silent,		"mc5i"	"5i"	Printer won't echo on screen.
647c478bd9Sstevel@tonic-gatehard_cursor,		"chts"	"HC"	Cursor is hard to see.
657c478bd9Sstevel@tonic-gatenon_rev_rmcup,		"nrrmc"	"NR"	Smcup does not reverse rmcup.
667c478bd9Sstevel@tonic-gateno_pad_char,		"npc"	"NP"	Pad character doesn't exist.
677c478bd9Sstevel@tonic-gatenon_dest_scroll_region,	"ndscr"	"ND"	Scrolling region is non-destructive.
687c478bd9Sstevel@tonic-gatecan_change,		"ccc"	"cc"	Can re-define existing color
697c478bd9Sstevel@tonic-gateback_color_erase,	"bce"	"ut"	Erases screen with current background
707c478bd9Sstevel@tonic-gatehue_lightness_saturation,	"hls"	"hl"	HLS color notation is used (Tek)
717c478bd9Sstevel@tonic-gate#
727c478bd9Sstevel@tonic-gate# printer specific
737c478bd9Sstevel@tonic-gate#
747c478bd9Sstevel@tonic-gatecol_addr_glitch,	"xhpa"	"YA"	Only positive motion for hpa/mhpa caps
757c478bd9Sstevel@tonic-gatecr_cancels_micro_mode,	"crxm"	"YB"	Using cr turns off micro mode
767c478bd9Sstevel@tonic-gatehas_print_wheel,	"daisy"	"YC"	Printer needs operator to change character set
777c478bd9Sstevel@tonic-gaterow_addr_glitch,	"xvpa"	"YD"	Only positive motion for vpa/mvpa caps
787c478bd9Sstevel@tonic-gatesemi_auto_right_margin,	"sam"	"YE"	Printing in last column causes cr
797c478bd9Sstevel@tonic-gatecpi_changes_res,	"cpix"	"YF"	Changing char. pitch changes resolution
807c478bd9Sstevel@tonic-gatelpi_changes_res,	"lpix"	"YG"	Changing line pitch changes resolution
817c478bd9Sstevel@tonic-gate# Add new Booleans before this line.
827c478bd9Sstevel@tonic-gate--- end bool
837c478bd9Sstevel@tonic-gate
847c478bd9Sstevel@tonic-gate--- begin num
857c478bd9Sstevel@tonic-gatecolumns,		"cols"	"co"	Number of columns in a line
867c478bd9Sstevel@tonic-gateinit_tabs,		"it"	"it"	Tabs initially every # spaces.
877c478bd9Sstevel@tonic-gatelines,			"lines"	"li"	Number of lines on screen or page
887c478bd9Sstevel@tonic-gatelines_of_memory,	"lm"	"lm"	Lines of memory if > lines.  0 => varies
897c478bd9Sstevel@tonic-gatemagic_cookie_glitch,	"xmc"	"sg"	Number blank chars left by smso or rmso
907c478bd9Sstevel@tonic-gatepadding_baud_rate,	"pb"	"pb"	Lowest baud rate where padding needed
917c478bd9Sstevel@tonic-gatevirtual_terminal,	"vt"	"vt"	Virtual terminal number (CB/Unix)
927c478bd9Sstevel@tonic-gatewidth_status_line,	"wsl"	"ws"	# columns in status line
937c478bd9Sstevel@tonic-gatenum_labels,		"nlab"	"Nl"	# of labels on screen (start at 1)
947c478bd9Sstevel@tonic-gatelabel_height,		"lh"	"lh"	# rows in each label
957c478bd9Sstevel@tonic-gatelabel_width,		"lw"	"lw"	# cols in each label
967c478bd9Sstevel@tonic-gatemax_attributes,		"ma"	"ma"	max combined video attributes terminal can display
977c478bd9Sstevel@tonic-gate#
987c478bd9Sstevel@tonic-gate#
997c478bd9Sstevel@tonic-gate#
1007c478bd9Sstevel@tonic-gatemaximum_windows,	"wnum"	"MW"	Maximum number of defineable windows
1017c478bd9Sstevel@tonic-gatemax_colors,		"colors"	"Co"	max # of color on the screen
1027c478bd9Sstevel@tonic-gatemax_pairs,		"pairs"	"pa"	max # of color pairs on the screen
1037c478bd9Sstevel@tonic-gateno_color_video,		"ncv"	"NC"	Video attributes that cannot be used with colors
1047c478bd9Sstevel@tonic-gate#
1057c478bd9Sstevel@tonic-gate# printer specific
1067c478bd9Sstevel@tonic-gate#
1077c478bd9Sstevel@tonic-gatebuffer_capacity,	"bufsz"	"Ya"	Number of bytes buffered before printing
1087c478bd9Sstevel@tonic-gatedot_vert_spacing,	"spinv"	"Yb"	Spacing of pins vertically in pins per inch
1097c478bd9Sstevel@tonic-gatedot_horz_spacing,	"spinh"	"Yc"	Spacing of dots horizontally in dots per inch
1107c478bd9Sstevel@tonic-gatemax_micro_address,	"maddr"	"Yd"	Maximum value in micro_..._address
1117c478bd9Sstevel@tonic-gatemax_micro_jump,		"mjump"	"Ye"	Maximum value in parm_..._micro
1127c478bd9Sstevel@tonic-gatemicro_char_size,	"mcs"	"Yf"	Character step size when in micro mode
1137c478bd9Sstevel@tonic-gatemicro_line_size,	"mls"	"Yg"	Line step size when in micro mode
1147c478bd9Sstevel@tonic-gatenumber_of_pins,		"npins"	"Yh"	Number of pins in print-head
1157c478bd9Sstevel@tonic-gateoutput_res_char,	"orc"	"Yi"	Horizontal resolution in units per character
1167c478bd9Sstevel@tonic-gateoutput_res_line,	"orl"	"Yj"	Vertical resolution in units per line
1177c478bd9Sstevel@tonic-gateoutput_res_horz_inch,	"orhi"	"Yk"	Horizontal resolution in units per inch
1187c478bd9Sstevel@tonic-gateoutput_res_vert_inch,	"orvi"	"Yl"	Vertical resolution in units per inch
1197c478bd9Sstevel@tonic-gateprint_rate,		"cps"	"Ym"	Print rate in characters per second
1207c478bd9Sstevel@tonic-gatewide_char_size,		"widcs"	"Yn"	Character step size when in double wide mode
1217c478bd9Sstevel@tonic-gate#
1227c478bd9Sstevel@tonic-gate# mouse support
1237c478bd9Sstevel@tonic-gate#
1247c478bd9Sstevel@tonic-gatebuttons,		"btns"	"BT"	Number of buttons on the mouse
1257c478bd9Sstevel@tonic-gate#
1267c478bd9Sstevel@tonic-gate# Additional printer nums
1277c478bd9Sstevel@tonic-gate#
1287c478bd9Sstevel@tonic-gatebit_image_entwining,	"bitwin"	"Yo"	Number of passes for each bit-image row
1297c478bd9Sstevel@tonic-gatebit_image_type,		"bitype"	"Yp"	Type of bit-image device
1307c478bd9Sstevel@tonic-gate# Add new numbers before this line.
1317c478bd9Sstevel@tonic-gate--- end num
1327c478bd9Sstevel@tonic-gate
1337c478bd9Sstevel@tonic-gate--- begin str
1347c478bd9Sstevel@tonic-gateback_tab,		"cbt"	"bt"	Back tab
1357c478bd9Sstevel@tonic-gatebell,			"bel"	"bl"	Audible signal (bell)
1367c478bd9Sstevel@tonic-gatecarriage_return,	"cr"	"cr"	Carriage return (*)
1377c478bd9Sstevel@tonic-gatechange_scroll_region,	"csr"	"cs"	change to lines #1 thru #2 (vt100) (G)
1387c478bd9Sstevel@tonic-gateclear_all_tabs,		"tbc"	"ct"	Clear all tab stops.
1397c478bd9Sstevel@tonic-gateclear_screen,		"clear"	"cl"	Clear screen (*)
1407c478bd9Sstevel@tonic-gateclr_eol,		"el"	"ce"	Clear to end of line
1417c478bd9Sstevel@tonic-gateclr_eos,		"ed"	"cd"	Clear to end of display (*)
1427c478bd9Sstevel@tonic-gatecolumn_address,		"hpa"	"ch"	Set cursor column (G)
1437c478bd9Sstevel@tonic-gatecommand_character,	"cmdch"	"CC"	Term. settable cmd char in prototype
1447c478bd9Sstevel@tonic-gatecursor_address,		"cup"	"cm"	Cursor motion to row #1 col #2 (G)
1457c478bd9Sstevel@tonic-gatecursor_down,		"cud1"	"do"	Down one line
1467c478bd9Sstevel@tonic-gatecursor_home,		"home"	"ho"	Home cursor (if no cup)
1477c478bd9Sstevel@tonic-gatecursor_invisible,	"civis"	"vi"	Make cursor invisible
1487c478bd9Sstevel@tonic-gatecursor_left,		"cub1"	"le"	Move cursor left one space.
1497c478bd9Sstevel@tonic-gatecursor_mem_address,	"mrcup"	"CM"	Memory relative cursor addressing.
1507c478bd9Sstevel@tonic-gatecursor_normal,		"cnorm"	"ve"	Make cursor appear normal (undo vs/vi)
1517c478bd9Sstevel@tonic-gatecursor_right,		"cuf1"	"nd"	Non-destructive space (cursor right)
1527c478bd9Sstevel@tonic-gatecursor_to_ll,		"ll"	"ll"	Last line, first column (if no cup)
1537c478bd9Sstevel@tonic-gatecursor_up,		"cuu1"	"up"	Upline (cursor up)
1547c478bd9Sstevel@tonic-gatecursor_visible,		"cvvis"	"vs"	Make cursor very visible
1557c478bd9Sstevel@tonic-gatedelete_character,	"dch1"	"dc"	Delete character (*)
1567c478bd9Sstevel@tonic-gatedelete_line,		"dl1"	"dl"	Delete line (*)
1577c478bd9Sstevel@tonic-gatedis_status_line,	"dsl"	"ds"	Disable status line
1587c478bd9Sstevel@tonic-gatedown_half_line,		"hd"	"hd"	Half-line down (forward 1/2 linefeed)
1597c478bd9Sstevel@tonic-gateenter_alt_charset_mode,	"smacs"	"as"	Start alternate character set
1607c478bd9Sstevel@tonic-gateenter_blink_mode,	"blink"	"mb"	Turn on blinking
1617c478bd9Sstevel@tonic-gateenter_bold_mode,	"bold"	"md"	Turn on bold (extra bright) mode
1627c478bd9Sstevel@tonic-gateenter_ca_mode,		"smcup"	"ti"	String to begin programs that use cup
1637c478bd9Sstevel@tonic-gateenter_delete_mode,	"smdc"	"dm"	Delete mode (enter)
1647c478bd9Sstevel@tonic-gateenter_dim_mode,		"dim"	"mh"	Turn on half-bright mode
1657c478bd9Sstevel@tonic-gateenter_insert_mode,	"smir"	"im"	Insert mode (enter);
1667c478bd9Sstevel@tonic-gateenter_secure_mode,	"invis"	"mk"	Turn on blank mode (chars invisible)
1677c478bd9Sstevel@tonic-gateenter_protected_mode,	"prot"	"mp"	Turn on protected mode
1687c478bd9Sstevel@tonic-gateenter_reverse_mode,	"rev"	"mr"	Turn on reverse video mode
1697c478bd9Sstevel@tonic-gateenter_standout_mode,	"smso"	"so"	Begin stand out mode
1707c478bd9Sstevel@tonic-gateenter_underline_mode,	"smul"	"us"	Start underscore mode
1717c478bd9Sstevel@tonic-gateerase_chars,		"ech"	"ec"	Erase #1 characters (G)
1727c478bd9Sstevel@tonic-gateexit_alt_charset_mode,	"rmacs"	"ae"	End alternate character set
1737c478bd9Sstevel@tonic-gateexit_attribute_mode,	"sgr0"	"me"	Turn off all attributes
1747c478bd9Sstevel@tonic-gateexit_ca_mode,		"rmcup"	"te"	String to end programs that use cup
1757c478bd9Sstevel@tonic-gateexit_delete_mode,	"rmdc"	"ed"	End delete mode
1767c478bd9Sstevel@tonic-gateexit_insert_mode,	"rmir"	"ei"	End insert mode;
1777c478bd9Sstevel@tonic-gateexit_standout_mode,	"rmso"	"se"	End stand out mode
1787c478bd9Sstevel@tonic-gateexit_underline_mode,	"rmul"	"ue"	End underscore mode
1797c478bd9Sstevel@tonic-gateflash_screen,		"flash"	"vb"	Visible bell (may not move cursor)
1807c478bd9Sstevel@tonic-gateform_feed,		"ff"	"ff"	Hardcopy terminal page eject (*)
1817c478bd9Sstevel@tonic-gatefrom_status_line,	"fsl"	"fs"	Return from status line
1827c478bd9Sstevel@tonic-gateinit_1string,		"is1"	"i1"	Terminal initialization string
1837c478bd9Sstevel@tonic-gateinit_2string,		"is2"	"is"	Terminal initialization string
1847c478bd9Sstevel@tonic-gateinit_3string,		"is3"	"i3"	Terminal initialization string
1857c478bd9Sstevel@tonic-gateinit_file,		"if"	"if"	Name of file containing is
1867c478bd9Sstevel@tonic-gateinsert_character,	"ich1"	"ic"	Insert character
1877c478bd9Sstevel@tonic-gateinsert_line,		"il1"	"al"	Add new blank line (*)
1887c478bd9Sstevel@tonic-gateinsert_padding,		"ip"	"ip"	Insert pad after character inserted (*)
1897c478bd9Sstevel@tonic-gatekey_backspace,		"kbs"	"kb"	KEY_BACKSPACE, 0407, Sent by backspace key
1907c478bd9Sstevel@tonic-gatekey_catab,		"ktbc"	"ka"	KEY_CATAB, 0526, Sent by clear-all-tabs key.
1917c478bd9Sstevel@tonic-gatekey_clear,		"kclr"	"kC"	KEY_CLEAR, 0515, Sent by clear screen or erase key.
1927c478bd9Sstevel@tonic-gatekey_ctab,		"kctab"	"kt"	KEY_CTAB, 0525, Sent by clear-tab key
1937c478bd9Sstevel@tonic-gatekey_dc,			"kdch1"	"kD"	KEY_DC, 0512, Sent by delete character key.
1947c478bd9Sstevel@tonic-gatekey_dl,			"kdl1"	"kL"	KEY_DL, 0510, Sent by delete line key.
1957c478bd9Sstevel@tonic-gatekey_down,		"kcud1"	"kd"	KEY_DOWN, 0402, Sent by terminal down arrow key
1967c478bd9Sstevel@tonic-gatekey_eic,		"krmir"	"kM"	KEY_EIC, 0514, Sent by rmir or smir in ins mode.
1977c478bd9Sstevel@tonic-gatekey_eol,		"kel"	"kE"	KEY_EOL, 0517, Sent by clear-to-end-of-line key.
1987c478bd9Sstevel@tonic-gatekey_eos,		"ked"	"kS"	KEY_EOS, 0516, Sent by clear-to-end-of-screen.
1997c478bd9Sstevel@tonic-gatekey_f0,			"kf0"	"k0"	KEY_F(0), 0410, function key f0.
2007c478bd9Sstevel@tonic-gatekey_f1,			"kf1"	"k1"	KEY_F(1), 0411, function key f1.
2017c478bd9Sstevel@tonic-gatekey_f10,		"kf10"	"k;"	KEY_F(10), 0422, function key f10.
2027c478bd9Sstevel@tonic-gatekey_f2,			"kf2"	"k2"	KEY_F(2), 0412, function key f2.
2037c478bd9Sstevel@tonic-gatekey_f3,			"kf3"	"k3"	KEY_F(3), 0413, function key f3.
2047c478bd9Sstevel@tonic-gatekey_f4,			"kf4"	"k4"	KEY_F(4), 0414, function key f4.
2057c478bd9Sstevel@tonic-gatekey_f5,			"kf5"	"k5"	KEY_F(5), 0415, function key f5.
2067c478bd9Sstevel@tonic-gatekey_f6,			"kf6"	"k6"	KEY_F(6), 0416, function key f6.
2077c478bd9Sstevel@tonic-gatekey_f7,			"kf7"	"k7"	KEY_F(7), 0417, function key f7.
2087c478bd9Sstevel@tonic-gatekey_f8,			"kf8"	"k8"	KEY_F(8), 0420, function key f8.
2097c478bd9Sstevel@tonic-gatekey_f9,			"kf9"	"k9"	KEY_F(9), 0421, function key f9.
2107c478bd9Sstevel@tonic-gatekey_home,		"khome"	"kh"	KEY_HOME, 0406, Sent by home key.
2117c478bd9Sstevel@tonic-gatekey_ic,			"kich1"	"kI"	KEY_IC, 0513, Sent by ins char/enter mode key.
2127c478bd9Sstevel@tonic-gatekey_il,			"kil1"	"kA"	KEY_IL, 0511, Sent by insert line.
2137c478bd9Sstevel@tonic-gatekey_left,		"kcub1"	"kl"	KEY_LEFT, 0404, Sent by terminal left arrow key
2147c478bd9Sstevel@tonic-gatekey_ll,			"kll"	"kH"	KEY_LL, 0533, Sent by home-down key
2157c478bd9Sstevel@tonic-gatekey_npage,		"knp"	"kN"	KEY_NPAGE, 0522, Sent by next-page key
2167c478bd9Sstevel@tonic-gatekey_ppage,		"kpp"	"kP"	KEY_PPAGE, 0523, Sent by previous-page key
2177c478bd9Sstevel@tonic-gatekey_right,		"kcuf1"	"kr"	KEY_RIGHT, 0405, Sent by terminal right arrow key
2187c478bd9Sstevel@tonic-gatekey_sf,			"kind"	"kF"	KEY_SF, 0520, Sent by scroll-forward/down key
2197c478bd9Sstevel@tonic-gatekey_sr,			"kri"	"kR"	KEY_SR, 0521, Sent by scroll-backward/up key
2207c478bd9Sstevel@tonic-gatekey_stab,		"khts"	"kT"	KEY_STAB, 0524, Sent by set-tab key
2217c478bd9Sstevel@tonic-gatekey_up,			"kcuu1"	"ku"	KEY_UP, 0403, Sent by terminal up arrow key
2227c478bd9Sstevel@tonic-gatekeypad_local,		"rmkx"	"ke"	Out of "keypad transmit" mode
2237c478bd9Sstevel@tonic-gatekeypad_xmit,		"smkx"	"ks"	Put terminal in "keypad transmit" mode
2247c478bd9Sstevel@tonic-gatelab_f0,			"lf0"	"l0"	Labels on function key f0 if not f0
2257c478bd9Sstevel@tonic-gatelab_f1,			"lf1"	"l1"	Labels on function key f1 if not f1
2267c478bd9Sstevel@tonic-gatelab_f10,		"lf10"	"la"	Labels on function key f10 if not f10
2277c478bd9Sstevel@tonic-gatelab_f2,			"lf2"	"l2"	Labels on function key f2 if not f2
2287c478bd9Sstevel@tonic-gatelab_f3,			"lf3"	"l3"	Labels on function key f3 if not f3
2297c478bd9Sstevel@tonic-gatelab_f4,			"lf4"	"l4"	Labels on function key f4 if not f4
2307c478bd9Sstevel@tonic-gatelab_f5,			"lf5"	"l5"	Labels on function key f5 if not f5
2317c478bd9Sstevel@tonic-gatelab_f6,			"lf6"	"l6"	Labels on function key f6 if not f6
2327c478bd9Sstevel@tonic-gatelab_f7,			"lf7"	"l7"	Labels on function key f7 if not f7
2337c478bd9Sstevel@tonic-gatelab_f8,			"lf8"	"l8"	Labels on function key f8 if not f8
2347c478bd9Sstevel@tonic-gatelab_f9,			"lf9"	"l9"	Labels on function key f9 if not f9
2357c478bd9Sstevel@tonic-gatemeta_off,		"rmm"	"mo"	Turn off "meta mode"
2367c478bd9Sstevel@tonic-gatemeta_on,		"smm"	"mm"	Turn on "meta mode" (8th bit)
2377c478bd9Sstevel@tonic-gatenewline,		"nel"	"nw"	Newline (behaves like cr followed by lf)
2387c478bd9Sstevel@tonic-gatepad_char,		"pad"	"pc"	Pad character (rather than null)
2397c478bd9Sstevel@tonic-gateparm_dch,		"dch"	"DC"	Delete #1 chars (G*)
2407c478bd9Sstevel@tonic-gateparm_delete_line,	"dl"	"DL"	Delete #1 lines (G*)
2417c478bd9Sstevel@tonic-gateparm_down_cursor,	"cud"	"DO"	Move cursor down #1 lines. (G*)
2427c478bd9Sstevel@tonic-gateparm_ich,		"ich"	"IC"	Insert #1 blank chars (G*)
2437c478bd9Sstevel@tonic-gateparm_index,		"indn"	"SF"	Scroll forward #1 lines. (G)
2447c478bd9Sstevel@tonic-gateparm_insert_line,	"il"	"AL"	Add #1 new blank lines (G*)
2457c478bd9Sstevel@tonic-gateparm_left_cursor,	"cub"	"LE"	Move cursor left #1 spaces (G)
2467c478bd9Sstevel@tonic-gateparm_right_cursor,	"cuf"	"RI"	Move cursor right #1 spaces. (G*)
2477c478bd9Sstevel@tonic-gateparm_rindex,		"rin"	"SR"	Scroll backward #1 lines. (G)
2487c478bd9Sstevel@tonic-gateparm_up_cursor,		"cuu"	"UP"	Move cursor up #1 lines. (G*)
2497c478bd9Sstevel@tonic-gatepkey_key,		"pfkey"	"pk"	Prog funct key #1 to type string #2
2507c478bd9Sstevel@tonic-gatepkey_local,		"pfloc"	"pl"	Prog funct key #1 to execute string #2
2517c478bd9Sstevel@tonic-gatepkey_xmit,		"pfx"	"px"	Prog funct key #1 to xmit string #2
2527c478bd9Sstevel@tonic-gateprint_screen,		"mc0"	"ps"	Print contents of the screen
2537c478bd9Sstevel@tonic-gateprtr_off,		"mc4"	"pf"	Turn off the printer
2547c478bd9Sstevel@tonic-gateprtr_on,		"mc5"	"po"	Turn on the printer
2557c478bd9Sstevel@tonic-gaterepeat_char,		"rep"	"rp"	Repeat char #1 #2 times.  (G*)
2567c478bd9Sstevel@tonic-gatereset_1string,		"rs1"	"r1"	Reset terminal completely to sane modes.
2577c478bd9Sstevel@tonic-gatereset_2string,		"rs2"	"r2"	Reset terminal completely to sane modes.
2587c478bd9Sstevel@tonic-gatereset_3string,		"rs3"	"r3"	Reset terminal completely to sane modes.
2597c478bd9Sstevel@tonic-gatereset_file,		"rf"	"rf"	Name of file containing reset string.
2607c478bd9Sstevel@tonic-gaterestore_cursor,		"rc"	"rc"	Restore cursor to position of last sc.
2617c478bd9Sstevel@tonic-gaterow_address,		"vpa"	"cv"	Like hpa but sets row. (G)
2627c478bd9Sstevel@tonic-gatesave_cursor,		"sc"	"sc"	Save cursor position.
2637c478bd9Sstevel@tonic-gatescroll_forward,		"ind"	"sf"	Scroll text up
2647c478bd9Sstevel@tonic-gatescroll_reverse,		"ri"	"sr"	Scroll text down
2657c478bd9Sstevel@tonic-gateset_attributes,		"sgr"	"sa"	Define the video attributes (G9)
2667c478bd9Sstevel@tonic-gateset_tab,		"hts"	"st"	Set a tab in all rows, current column.
2677c478bd9Sstevel@tonic-gateset_window,		"wind"	"wi"	Current window is lines #1-#2 cols #3-#4
2687c478bd9Sstevel@tonic-gatetab,			"ht"	"ta"	Tab to next 8 space hardware tab stop.
2697c478bd9Sstevel@tonic-gateto_status_line,		"tsl"	"ts"	Go to status line, col #1
2707c478bd9Sstevel@tonic-gateunderline_char,		"uc"	"uc"	Underscore one char and move past it
2717c478bd9Sstevel@tonic-gateup_half_line,		"hu"	"hu"	Half-line up (reverse 1/2 linefeed)
2727c478bd9Sstevel@tonic-gateinit_prog,		"iprog"	"iP"	Path name of program for init.
2737c478bd9Sstevel@tonic-gatekey_a1,			"ka1"	"K1"	KEY_A1, 0534, Upper left of keypad
2747c478bd9Sstevel@tonic-gatekey_a3,			"ka3"	"K3"	KEY_A3, 0535, Upper right of keypad
2757c478bd9Sstevel@tonic-gatekey_b2,			"kb2"	"K2"	KEY_B2, 0536, Center of keypad
2767c478bd9Sstevel@tonic-gatekey_c1,			"kc1"	"K4"	KEY_C1, 0537, Lower left of keypad
2777c478bd9Sstevel@tonic-gatekey_c3,			"kc3"	"K5"	KEY_C3, 0540, Lower right of keypad
2787c478bd9Sstevel@tonic-gateprtr_non,		"mc5p"	"pO"	Turn on the printer for #1 bytes.
2797c478bd9Sstevel@tonic-gatechar_padding,		"rmp"	"rP"	Like ip but when in replace mode
2807c478bd9Sstevel@tonic-gateacs_chars,		"acsc"	"ac"	Graphic charset pairs aAbBcC - def=vt100
2817c478bd9Sstevel@tonic-gateplab_norm,		"pln"	"pn"	Prog label #1 to show string #2
2827c478bd9Sstevel@tonic-gatekey_btab,		"kcbt"	"kB"	KEY_BTAB, 0541, Back tab key
2837c478bd9Sstevel@tonic-gateenter_xon_mode,		"smxon"	"SX"	Turn on xon/xoff handshaking
2847c478bd9Sstevel@tonic-gateexit_xon_mode,		"rmxon"	"RX"	Turn off xon/xoff handshaking
2857c478bd9Sstevel@tonic-gateenter_am_mode,		"smam"	"SA"	Turn on automatic margins
2867c478bd9Sstevel@tonic-gateexit_am_mode,		"rmam"	"RA"	Turn off automatic margins
2877c478bd9Sstevel@tonic-gatexon_character,		"xonc"	"XN"	X-on character
2887c478bd9Sstevel@tonic-gatexoff_character,		"xoffc"	"XF"	X-off character
2897c478bd9Sstevel@tonic-gateena_acs,		"enacs"	"eA"	Enable alternate char set
2907c478bd9Sstevel@tonic-gatelabel_on,		"smln"	"LO"	Turn on soft labels
2917c478bd9Sstevel@tonic-gatelabel_off,		"rmln"	"LF"	Turn off soft labels
2927c478bd9Sstevel@tonic-gatekey_beg,		"kbeg"	"@1"	KEY_BEG, 0542, beg(inning) key
2937c478bd9Sstevel@tonic-gatekey_cancel,		"kcan"	"@2"	KEY_CANCEL, 0543, cancel key
2947c478bd9Sstevel@tonic-gatekey_close,		"kclo"	"@3"	KEY_CLOSE, 0544, close key
2957c478bd9Sstevel@tonic-gatekey_command,		"kcmd"	"@4"	KEY_COMMAND, 0545, cmd (command) key
2967c478bd9Sstevel@tonic-gatekey_copy,		"kcpy"	"@5"	KEY_COPY, 0546, copy key
2977c478bd9Sstevel@tonic-gatekey_create,		"kcrt"	"@6"	KEY_CREATE, 0547, create key
2987c478bd9Sstevel@tonic-gatekey_end,		"kend"	"@7"	KEY_END, 0550, end key
2997c478bd9Sstevel@tonic-gatekey_enter,		"kent"	"@8"	KEY_ENTER, 0527, Enter/send (unreliable)
3007c478bd9Sstevel@tonic-gatekey_exit,		"kext"	"@9"	KEY_EXIT, 0551, exit key
3017c478bd9Sstevel@tonic-gatekey_find,		"kfnd"	"@0"	KEY_FIND, 0552, find key
3027c478bd9Sstevel@tonic-gatekey_help,		"khlp"	"%1"	KEY_HELP, 0553, help key
3037c478bd9Sstevel@tonic-gatekey_mark,		"kmrk"	"%2"	KEY_MARK, 0554, mark key
3047c478bd9Sstevel@tonic-gatekey_message,		"kmsg"	"%3"	KEY_MESSAGE, 0555, message key
3057c478bd9Sstevel@tonic-gatekey_move,		"kmov"	"%4"	KEY_MOVE, 0556, move key
3067c478bd9Sstevel@tonic-gatekey_next,		"knxt"	"%5"	KEY_NEXT, 0557, next object key
3077c478bd9Sstevel@tonic-gatekey_open,		"kopn"	"%6"	KEY_OPEN, 0560, open key
3087c478bd9Sstevel@tonic-gatekey_options,		"kopt"	"%7"	KEY_OPTIONS, 0561, options key
3097c478bd9Sstevel@tonic-gatekey_previous,		"kprv"	"%8"	KEY_PREVIOUS, 0562, previous object key
3107c478bd9Sstevel@tonic-gatekey_print,		"kprt"	"%9"	KEY_PRINT, 0532, print or copy
3117c478bd9Sstevel@tonic-gatekey_redo,		"krdo"	"%0"	KEY_REDO, 0563, redo key
3127c478bd9Sstevel@tonic-gatekey_reference,		"kref"	"&1"	KEY_REFERENCE, 0564, ref(erence) key
3137c478bd9Sstevel@tonic-gatekey_refresh,		"krfr"	"&2"	KEY_REFRESH, 0565, refresh key
3147c478bd9Sstevel@tonic-gatekey_replace,		"krpl"	"&3"	KEY_REPLACE, 0566, replace key
3157c478bd9Sstevel@tonic-gatekey_restart,		"krst"	"&4"	KEY_RESTART, 0567, restart key
3167c478bd9Sstevel@tonic-gatekey_resume,		"kres"	"&5"	KEY_RESUME, 0570, resume key
3177c478bd9Sstevel@tonic-gatekey_save,		"ksav"	"&6"	KEY_SAVE, 0571, save key
3187c478bd9Sstevel@tonic-gatekey_suspend,		"kspd"	"&7"	KEY_SUSPEND, 0627, suspend key
3197c478bd9Sstevel@tonic-gatekey_undo,		"kund"	"&8"	KEY_UNDO, 0630, undo key
3207c478bd9Sstevel@tonic-gatekey_sbeg,		"kBEG"	"&9"	KEY_SBEG, 0572, shifted beginning key
3217c478bd9Sstevel@tonic-gatekey_scancel,		"kCAN"	"&0"	KEY_SCANCEL, 0573, shifted cancel key
3227c478bd9Sstevel@tonic-gatekey_scommand,		"kCMD"	"*1"	KEY_SCOMMAND, 0574, shifted command key
3237c478bd9Sstevel@tonic-gatekey_scopy,		"kCPY"	"*2"	KEY_SCOPY, 0575, shifted copy key
3247c478bd9Sstevel@tonic-gatekey_screate,		"kCRT"	"*3"	KEY_SCREATE, 0576, shifted create key
3257c478bd9Sstevel@tonic-gatekey_sdc,		"kDC"	"*4"	KEY_SDC, 0577, shifted delete char key
3267c478bd9Sstevel@tonic-gatekey_sdl,		"kDL"	"*5"	KEY_SDL, 0600, shifted delete line key
3277c478bd9Sstevel@tonic-gatekey_select,		"kslt"	"*6"	KEY_SELECT, 0601, select key
3287c478bd9Sstevel@tonic-gatekey_send,		"kEND"	"*7"	KEY_SEND, 0602, shifted end key
3297c478bd9Sstevel@tonic-gatekey_seol,		"kEOL"	"*8"	KEY_SEOL, 0603, shifted clear line key
3307c478bd9Sstevel@tonic-gatekey_sexit,		"kEXT"	"*9"	KEY_SEXIT, 0604, shifted exit key
3317c478bd9Sstevel@tonic-gatekey_sfind,		"kFND"	"*0"	KEY_SFIND, 0605, shifted find key
3327c478bd9Sstevel@tonic-gatekey_shelp,		"kHLP"	"#1"	KEY_SHELP, 0606, shifted help key
3337c478bd9Sstevel@tonic-gatekey_shome,		"kHOM"	"#2"	KEY_SHOME, 0607, shifted home key
3347c478bd9Sstevel@tonic-gatekey_sic,		"kIC"	"#3"	KEY_SIC, 0610, shifted input key
3357c478bd9Sstevel@tonic-gatekey_sleft,		"kLFT"	"#4"	KEY_SLEFT, 0611, shifted left arrow key
3367c478bd9Sstevel@tonic-gatekey_smessage,		"kMSG"	"%a"	KEY_SMESSAGE, 0612, shifted message key
3377c478bd9Sstevel@tonic-gatekey_smove,		"kMOV"	"%b"	KEY_SMOVE, 0613, shifted move key
3387c478bd9Sstevel@tonic-gatekey_snext,		"kNXT"	"%c"	KEY_SNEXT, 0614, shifted next key
3397c478bd9Sstevel@tonic-gatekey_soptions,		"kOPT"	"%d"	KEY_SOPTIONS, 0615, shifted options key
3407c478bd9Sstevel@tonic-gatekey_sprevious,		"kPRV"	"%e"	KEY_SPREVIOUS, 0616, shifted prev key
3417c478bd9Sstevel@tonic-gatekey_sprint,		"kPRT"	"%f"	KEY_SPRINT, 0617, shifted print key
3427c478bd9Sstevel@tonic-gatekey_sredo,		"kRDO"	"%g"	KEY_SREDO, 0620, shifted redo key
3437c478bd9Sstevel@tonic-gatekey_sreplace,		"kRPL"	"%h"	KEY_SREPLACE, 0621, shifted replace key
3447c478bd9Sstevel@tonic-gatekey_sright,		"kRIT"	"%i"	KEY_SRIGHT, 0622, shifted right arrow
3457c478bd9Sstevel@tonic-gatekey_srsume,		"kRES"	"%j"	KEY_SRSUME, 0623, shifted resume key
3467c478bd9Sstevel@tonic-gatekey_ssave,		"kSAV"	"!1"	KEY_SSAVE, 0624, shifted save key
3477c478bd9Sstevel@tonic-gatekey_ssuspend,		"kSPD"	"!2"	KEY_SSUSPEND, 0625, shifted suspend key
3487c478bd9Sstevel@tonic-gatekey_sundo,		"kUND"	"!3"	KEY_SUNDO, 0626, shifted undo key
3497c478bd9Sstevel@tonic-gatereq_for_input,		"rfi"	"RF"	send next input char (for ptys)
3507c478bd9Sstevel@tonic-gatekey_f11,		"kf11"	"F1"	KEY_F(11), 0423, function key f11.
3517c478bd9Sstevel@tonic-gatekey_f12,		"kf12"	"F2"	KEY_F(12), 0424, function key f12.
3527c478bd9Sstevel@tonic-gatekey_f13,		"kf13"	"F3"	KEY_F(13), 0425, function key f13.
3537c478bd9Sstevel@tonic-gatekey_f14,		"kf14"	"F4"	KEY_F(14), 0426, function key f14.
3547c478bd9Sstevel@tonic-gatekey_f15,		"kf15"	"F5"	KEY_F(15), 0427, function key f15.
3557c478bd9Sstevel@tonic-gatekey_f16,		"kf16"	"F6"	KEY_F(16), 0430, function key f16.
3567c478bd9Sstevel@tonic-gatekey_f17,		"kf17"	"F7"	KEY_F(17), 0431, function key f17.
3577c478bd9Sstevel@tonic-gatekey_f18,		"kf18"	"F8"	KEY_F(18), 0432, function key f18.
3587c478bd9Sstevel@tonic-gatekey_f19,		"kf19"	"F9"	KEY_F(19), 0433, function key f19.
3597c478bd9Sstevel@tonic-gatekey_f20,		"kf20"	"FA"	KEY_F(20), 0434, function key f20.
3607c478bd9Sstevel@tonic-gatekey_f21,		"kf21"	"FB"	KEY_F(21), 0435, function key f21.
3617c478bd9Sstevel@tonic-gatekey_f22,		"kf22"	"FC"	KEY_F(22), 0436, function key f22.
3627c478bd9Sstevel@tonic-gatekey_f23,		"kf23"	"FD"	KEY_F(23), 0437, function key f23.
3637c478bd9Sstevel@tonic-gatekey_f24,		"kf24"	"FE"	KEY_F(24), 0440, function key f24.
3647c478bd9Sstevel@tonic-gatekey_f25,		"kf25"	"FF"	KEY_F(25), 0441, function key f25.
3657c478bd9Sstevel@tonic-gatekey_f26,		"kf26"	"FG"	KEY_F(26), 0442, function key f26.
3667c478bd9Sstevel@tonic-gatekey_f27,		"kf27"	"FH"	KEY_F(27), 0443, function key f27.
3677c478bd9Sstevel@tonic-gatekey_f28,		"kf28"	"FI"	KEY_F(28), 0444, function key f28.
3687c478bd9Sstevel@tonic-gatekey_f29,		"kf29"	"FJ"	KEY_F(29), 0445, function key f29.
3697c478bd9Sstevel@tonic-gatekey_f30,		"kf30"	"FK"	KEY_F(30), 0446, function key f30.
3707c478bd9Sstevel@tonic-gatekey_f31,		"kf31"	"FL"	KEY_F(31), 0447, function key f31.
3717c478bd9Sstevel@tonic-gatekey_f32,		"kf32"	"FM"	KEY_F(32), 0450, function key f32.
3727c478bd9Sstevel@tonic-gatekey_f33,		"kf33"	"FN"	KEY_F(33), 0451, function key f33.
3737c478bd9Sstevel@tonic-gatekey_f34,		"kf34"	"FO"	KEY_F(34), 0452, function key f34.
3747c478bd9Sstevel@tonic-gatekey_f35,		"kf35"	"FP"	KEY_F(35), 0453, function key f35.
3757c478bd9Sstevel@tonic-gatekey_f36,		"kf36"	"FQ"	KEY_F(36), 0454, function key f36.
3767c478bd9Sstevel@tonic-gatekey_f37,		"kf37"	"FR"	KEY_F(37), 0455, function key f37.
3777c478bd9Sstevel@tonic-gatekey_f38,		"kf38"	"FS"	KEY_F(38), 0456, function key f38.
3787c478bd9Sstevel@tonic-gatekey_f39,		"kf39"	"FT"	KEY_F(39), 0457, function key f39.
3797c478bd9Sstevel@tonic-gatekey_f40,		"kf40"	"FU"	KEY_F(40), 0460, function key f40.
3807c478bd9Sstevel@tonic-gatekey_f41,		"kf41"	"FV"	KEY_F(41), 0461, function key f41.
3817c478bd9Sstevel@tonic-gatekey_f42,		"kf42"	"FW"	KEY_F(42), 0462, function key f42.
3827c478bd9Sstevel@tonic-gatekey_f43,		"kf43"	"FX"	KEY_F(43), 0463, function key f43.
3837c478bd9Sstevel@tonic-gatekey_f44,		"kf44"	"FY"	KEY_F(44), 0464, function key f44.
3847c478bd9Sstevel@tonic-gatekey_f45,		"kf45"	"FZ"	KEY_F(45), 0465, function key f45.
3857c478bd9Sstevel@tonic-gatekey_f46,		"kf46"	"Fa"	KEY_F(46), 0466, function key f46.
3867c478bd9Sstevel@tonic-gatekey_f47,		"kf47"	"Fb"	KEY_F(47), 0467, function key f47.
3877c478bd9Sstevel@tonic-gatekey_f48,		"kf48"	"Fc"	KEY_F(48), 0470, function key f48.
3887c478bd9Sstevel@tonic-gatekey_f49,		"kf49"	"Fd"	KEY_F(49), 0471, function key f49.
3897c478bd9Sstevel@tonic-gatekey_f50,		"kf50"	"Fe"	KEY_F(50), 0472, function key f50.
3907c478bd9Sstevel@tonic-gatekey_f51,		"kf51"	"Ff"	KEY_F(51), 0473, function key f51.
3917c478bd9Sstevel@tonic-gatekey_f52,		"kf52"	"Fg"	KEY_F(52), 0474, function key f52.
3927c478bd9Sstevel@tonic-gatekey_f53,		"kf53"	"Fh"	KEY_F(53), 0475, function key f53.
3937c478bd9Sstevel@tonic-gatekey_f54,		"kf54"	"Fi"	KEY_F(54), 0476, function key f54.
3947c478bd9Sstevel@tonic-gatekey_f55,		"kf55"	"Fj"	KEY_F(55), 0477, function key f55.
3957c478bd9Sstevel@tonic-gatekey_f56,		"kf56"	"Fk"	KEY_F(56), 0500, function key f56.
3967c478bd9Sstevel@tonic-gatekey_f57,		"kf57"	"Fl"	KEY_F(57), 0501, function key f57.
3977c478bd9Sstevel@tonic-gatekey_f58,		"kf58"	"Fm"	KEY_F(58), 0502, function key f58.
3987c478bd9Sstevel@tonic-gatekey_f59,		"kf59"	"Fn"	KEY_F(59), 0503, function key f59.
3997c478bd9Sstevel@tonic-gatekey_f60,		"kf60"	"Fo"	KEY_F(60), 0504, function key f60.
4007c478bd9Sstevel@tonic-gatekey_f61,		"kf61"	"Fp"	KEY_F(61), 0505, function key f61.
4017c478bd9Sstevel@tonic-gatekey_f62,		"kf62"	"Fq"	KEY_F(62), 0506, function key f62.
4027c478bd9Sstevel@tonic-gatekey_f63,		"kf63"	"Fr"	KEY_F(63), 0507, function key f63.
4037c478bd9Sstevel@tonic-gateclr_bol,		"el1"	"cb"	Clear to beginning of line, inclusive
4047c478bd9Sstevel@tonic-gateclear_margins,		"mgc"	"MC"	Clear left and right soft margins
4057c478bd9Sstevel@tonic-gateset_left_margin,	"smgl"	"ML"	Set soft left margin
4067c478bd9Sstevel@tonic-gateset_right_margin,	"smgr"	"MR"	Set soft right margin
4077c478bd9Sstevel@tonic-gatelabel_format,		"fln"	"Lf"	Label format
4087c478bd9Sstevel@tonic-gate#
4097c478bd9Sstevel@tonic-gate#
4107c478bd9Sstevel@tonic-gate#
4117c478bd9Sstevel@tonic-gateset_clock,		"sclk"	"SC"	Set time-of-day clock
4127c478bd9Sstevel@tonic-gatedisplay_clock,		"dclk"	"DK"	Display time-of-day clock
4137c478bd9Sstevel@tonic-gateremove_clock,		"rmclk"	"RC"	Remove time-of-day clock
4147c478bd9Sstevel@tonic-gatecreate_window,		"cwin"	"CW"	Define win #1 to go from #2,#3 to #4,#5
4157c478bd9Sstevel@tonic-gategoto_window,		"wingo"	"WG"	Got to window #1
4167c478bd9Sstevel@tonic-gatehangup,			"hup"	"HU"	Hang-up phone
4177c478bd9Sstevel@tonic-gatedial_phone,		"dial"	"DI"	Dial phone number #1
4187c478bd9Sstevel@tonic-gatequick_dial,		"qdial"	"QD"	Dial phone number #1, without progress detection
4197c478bd9Sstevel@tonic-gatetone,			"tone"	"TO"	Select touch tone dialing
4207c478bd9Sstevel@tonic-gatepulse,			"pulse"	"PU"	Select pulse dialing
4217c478bd9Sstevel@tonic-gateflash_hook,		"hook"	"fh"	Flash the switch hook
4227c478bd9Sstevel@tonic-gatefixed_pause,		"pause"	"PA"	Pause for 2-3 seconds
4237c478bd9Sstevel@tonic-gatewait_tone,		"wait"	"WA"	Wait for dial tone
4247c478bd9Sstevel@tonic-gateuser0,			"u0"	"u0"	User string 0
4257c478bd9Sstevel@tonic-gateuser1,			"u1"	"u1"	User string 1
4267c478bd9Sstevel@tonic-gateuser2,			"u2"	"u2"	User string 2
4277c478bd9Sstevel@tonic-gateuser3,			"u3"	"u3"	User string 3
4287c478bd9Sstevel@tonic-gateuser4,			"u4"	"u4"	User string 4
4297c478bd9Sstevel@tonic-gateuser5,			"u5"	"u5"	User string 5
4307c478bd9Sstevel@tonic-gateuser6,			"u6"	"u6"	User string 6
4317c478bd9Sstevel@tonic-gateuser7,			"u7"	"u7"	User string 7
4327c478bd9Sstevel@tonic-gateuser8,			"u8"	"u8"	User string 8
4337c478bd9Sstevel@tonic-gateuser9,			"u9"	"u9"	User string 9
4347c478bd9Sstevel@tonic-gateorig_pair,		"op"	"op"	Original color-pair
4357c478bd9Sstevel@tonic-gateorig_colors,		"oc"	"oc"	Original colors
4367c478bd9Sstevel@tonic-gateinitialize_color,	"initc"	"Ic"	Initialize the definition of color
4377c478bd9Sstevel@tonic-gateinitialize_pair,	"initp"	"Ip"	Initialize color pair
438*1da57d55SToomas Soomeset_color_pair,		"scp"	"sp"	Set color pair
4397c478bd9Sstevel@tonic-gateset_foreground,		"setf"	"Sf"	Set foreground color using RGB escape
4407c478bd9Sstevel@tonic-gateset_background,		"setb"	"Sb"	Set background color using RGB escape
4417c478bd9Sstevel@tonic-gate#
4427c478bd9Sstevel@tonic-gate# printer specific
4437c478bd9Sstevel@tonic-gate#
4447c478bd9Sstevel@tonic-gatechange_char_pitch,	"cpi"	"ZA"	Change no. characters per inch
4457c478bd9Sstevel@tonic-gatechange_line_pitch,	"lpi"	"ZB"	Change no. lines per inch
4467c478bd9Sstevel@tonic-gatechange_res_horz,	"chr"	"ZC"	Change horizontal resolution
4477c478bd9Sstevel@tonic-gatechange_res_vert,	"cvr"	"ZD"	Change vertical resolution
4487c478bd9Sstevel@tonic-gatedefine_char,		"defc"	"ZE"	Define a character in a character set
4497c478bd9Sstevel@tonic-gateenter_doublewide_mode,	"swidm"	"ZF"	Enable double wide printing
4507c478bd9Sstevel@tonic-gateenter_draft_quality,	"sdrfq"	"ZG"	Set draft quality print
4517c478bd9Sstevel@tonic-gateenter_italics_mode,	"sitm"	"ZH"	Enable italics
4527c478bd9Sstevel@tonic-gateenter_leftward_mode,	"slm"	"ZI"	Enable leftward carriage motion
4537c478bd9Sstevel@tonic-gateenter_micro_mode,	"smicm"	"ZJ"	Enable micro motion capabilities
4547c478bd9Sstevel@tonic-gateenter_near_letter_quality,	"snlq"	"ZK"	Set near-letter quality print
4557c478bd9Sstevel@tonic-gateenter_normal_quality,	"snrmq"	"ZL"	Set normal quality print
4567c478bd9Sstevel@tonic-gateenter_shadow_mode,	"sshm"	"ZM"	Enable shadow printing
4577c478bd9Sstevel@tonic-gateenter_subscript_mode,	"ssubm"	"ZN"	Enable subscript printing
4587c478bd9Sstevel@tonic-gateenter_superscript_mode,	"ssupm"	"ZO"	Enable superscript printing
4597c478bd9Sstevel@tonic-gateenter_upward_mode,	"sum"	"ZP"	Enable upward carriage motion
4607c478bd9Sstevel@tonic-gateexit_doublewide_mode,	"rwidm"	"ZQ"	Disable double wide printing
4617c478bd9Sstevel@tonic-gateexit_italics_mode,	"ritm"	"ZR"	Disable italics
4627c478bd9Sstevel@tonic-gateexit_leftward_mode,	"rlm"	"ZS"	Enable rightward (normal) carriage motion
4637c478bd9Sstevel@tonic-gateexit_micro_mode,	"rmicm"	"ZT"	Disable micro motion capabilities
4647c478bd9Sstevel@tonic-gateexit_shadow_mode,	"rshm"	"ZU"	Disable shadow printing
4657c478bd9Sstevel@tonic-gateexit_subscript_mode,	"rsubm"	"ZV"	Disable subscript printing
4667c478bd9Sstevel@tonic-gateexit_superscript_mode,	"rsupm"	"ZW"	Disable superscript printing
4677c478bd9Sstevel@tonic-gateexit_upward_mode,	"rum"	"ZX"	Enable downward (normal) carriage motion
4687c478bd9Sstevel@tonic-gatemicro_column_address,	"mhpa"	"ZY"	Like column_address for micro adjustment
4697c478bd9Sstevel@tonic-gatemicro_down,		"mcud1"	"ZZ"	Like cursor_down for micro adjustment
4707c478bd9Sstevel@tonic-gatemicro_left,		"mcub1"	"Za"	Like cursor_left for micro adjustment
4717c478bd9Sstevel@tonic-gatemicro_right,		"mcuf1"	"Zb"	Like cursor_right for micro adjustment
4727c478bd9Sstevel@tonic-gatemicro_row_address,	"mvpa"	"Zc"	Like row_address for micro adjustment
4737c478bd9Sstevel@tonic-gatemicro_up,		"mcuu1"	"Zd"	Like cursor_up for micro adjustment
4747c478bd9Sstevel@tonic-gateorder_of_pins,		"porder"	"Ze"	Matches software bits to print-head pins
4757c478bd9Sstevel@tonic-gateparm_down_micro,	"mcud"	"Zf"	Like parm_down_cursor for micro adjust.
4767c478bd9Sstevel@tonic-gateparm_left_micro,	"mcub"	"Zg"	Like parm_left_cursor for micro adjust.
4777c478bd9Sstevel@tonic-gateparm_right_micro,	"mcuf"	"Zh"	Like parm_right_cursor for micro adjust.
4787c478bd9Sstevel@tonic-gateparm_up_micro,		"mcuu"	"Zi"	Like parm_up_cursor for micro adjust.
4797c478bd9Sstevel@tonic-gateselect_char_set,	"scs"	"Zj"	Select character set
4807c478bd9Sstevel@tonic-gateset_bottom_margin,	"smgb"	"Zk"	Set soft bottom margin at current line
4817c478bd9Sstevel@tonic-gateset_bottom_margin_parm,	"smgbp"	"Zl"	Set soft bottom margin
4827c478bd9Sstevel@tonic-gateset_left_margin_parm,	"smglp"	"Zm"	Set soft left margin
4837c478bd9Sstevel@tonic-gateset_right_margin_parm,	"smgrp"	"Zn"	Set soft right margin
4847c478bd9Sstevel@tonic-gateset_top_margin,		"smgt"	"Zo"	Set soft top margin at current line
4857c478bd9Sstevel@tonic-gateset_top_margin_parm,	"smgtp"	"Zp"	Set soft top margin
4867c478bd9Sstevel@tonic-gatestart_bit_image,	"sbim"	"Zq"	Start printing bit image graphics
4877c478bd9Sstevel@tonic-gatestart_char_set_def,	"scsd"	"Zr"	Start definition of a character set
4887c478bd9Sstevel@tonic-gatestop_bit_image,		"rbim"	"Zs"	End printing bit image graphics (use tputs)
4897c478bd9Sstevel@tonic-gatestop_char_set_def,	"rcsd"	"Zt"	End definition of a character set
4907c478bd9Sstevel@tonic-gatesubscript_characters,	"subcs"	"Zu"	List of ``subscript-able'' characters
4917c478bd9Sstevel@tonic-gatesuperscript_characters,	"supcs"	"Zv"	List of ``superscript-able'' characters
4927c478bd9Sstevel@tonic-gatethese_cause_cr,		"docr"	"Zw"	Printing any of these chars causes cr
4937c478bd9Sstevel@tonic-gatezero_motion,		"zerom"	"Zx"	No motion for the subsequent character
4947c478bd9Sstevel@tonic-gatechar_set_names,		"csnm"	"Zy"	List of character set names
4957c478bd9Sstevel@tonic-gate#
4967c478bd9Sstevel@tonic-gate# end of SVR3.2 strings
4977c478bd9Sstevel@tonic-gate#
4987c478bd9Sstevel@tonic-gate# mouse support
4997c478bd9Sstevel@tonic-gate#
5007c478bd9Sstevel@tonic-gatekey_mouse,		"kmous"	"Km"	KEY_MOUSE, 0631, Mouse event has occured
5017c478bd9Sstevel@tonic-gatemouse_info,		"minfo"	"Mi"	Mouse status information
5027c478bd9Sstevel@tonic-gatereq_mouse_pos,		"reqmp"	"RQ"	Request mouse position report
5037c478bd9Sstevel@tonic-gateget_mouse,		"getm"	"Gm"	Curses should get button events
5047c478bd9Sstevel@tonic-gate#
5057c478bd9Sstevel@tonic-gate# ANSI color strings and FK x-mit plus label
5067c478bd9Sstevel@tonic-gate#
5077c478bd9Sstevel@tonic-gateset_a_foreground,	"setaf"	"AF"	Set foreground color using ANSI escape
5087c478bd9Sstevel@tonic-gateset_a_background,	"setab"	"AB"	Set background color using ANSI escape
5097c478bd9Sstevel@tonic-gatepkey_plab,		"pfxl"	"xl"	Prog key #1 to xmit string #2 and show string #3
5107c478bd9Sstevel@tonic-gate#
5117c478bd9Sstevel@tonic-gate# multiple codeset support
5127c478bd9Sstevel@tonic-gate#
5137c478bd9Sstevel@tonic-gatedevice_type,		"devt"	"dv"	Indicate language/codeset support
5147c478bd9Sstevel@tonic-gatecode_set_init,		"csin"	"ci"	Init sequence for multiple codesets
5157c478bd9Sstevel@tonic-gateset0_des_seq,		"s0ds"	"s0"	Shift into codeset 0 (EUC set 0, ASCII)
5167c478bd9Sstevel@tonic-gateset1_des_seq,		"s1ds"	"s1"	Shift into codeset 1
5177c478bd9Sstevel@tonic-gateset2_des_seq,		"s2ds"	"s2"	Shift into codeset 2
5187c478bd9Sstevel@tonic-gateset3_des_seq,		"s3ds"	"s3"	Shift into codeset 3
5197c478bd9Sstevel@tonic-gate#
5207c478bd9Sstevel@tonic-gate# Additional printer support
5217c478bd9Sstevel@tonic-gate#
5227c478bd9Sstevel@tonic-gateset_lr_margin,		"smglr"	"ML"	Sets both left and right margins
5237c478bd9Sstevel@tonic-gateset_tb_margin,		"smgtb"	"MT"	Sets both top and bottom margins
5247c478bd9Sstevel@tonic-gatebit_image_repeat,	"birep"	"Xy"	Repeat bit-image cell #1 #2 times (use tparm)
5257c478bd9Sstevel@tonic-gatebit_image_newline,	"binel"	"Zz"	Move to next row of the bit image (use tparm)
5267c478bd9Sstevel@tonic-gatebit_image_carriage_return,	"bicr"	"Yv"	Move to beginning of same row (use tparm)
5277c478bd9Sstevel@tonic-gatecolor_names,		"colornm"	"Yw"	Give name for color #1
5287c478bd9Sstevel@tonic-gatedefine_bit_image_region,	"defbi"	"Yx"	Define rectangular bit-image region (use tparm)
5297c478bd9Sstevel@tonic-gateend_bit_image_region,	"endbi"	"Yy"	End a bit-image region (use tparm)
5307c478bd9Sstevel@tonic-gateset_color_band,		"setcolor"	"Yz"	Change to ribbon color #1
5317c478bd9Sstevel@tonic-gateset_page_length,	"slines"	"YZ"	Set page length to #1 lines (use tparm)
5327c478bd9Sstevel@tonic-gate#
5337c478bd9Sstevel@tonic-gate# Locus Merge terminfo strings required for PC scancode devices
5347c478bd9Sstevel@tonic-gate#
5357c478bd9Sstevel@tonic-gatedisplay_pc_char,	"dispc"	"S1"	Display PC character
5367c478bd9Sstevel@tonic-gateenter_pc_charset_mode,	"smpch"	"S2"	Enter PC character display mode
5377c478bd9Sstevel@tonic-gateexit_pc_charset_mode,	"rmpch"	"S3"	Disable PC character display mode
5387c478bd9Sstevel@tonic-gateenter_scancode_mode,	"smsc"	"S4"	Enter PC scancode mode
5397c478bd9Sstevel@tonic-gateexit_scancode_mode,	"rmsc"	"S5"	Disable PC scancode mode
5407c478bd9Sstevel@tonic-gatepc_term_options,	"pctrm"	"S6"	PC terminal options
5417c478bd9Sstevel@tonic-gatescancode_escape,	"scesc"	"S7"	Escape for scancode emulation
5427c478bd9Sstevel@tonic-gatealt_scancode_esc,	"scesa"	"S8"	Alternate escape for scancode emulation
5437c478bd9Sstevel@tonic-gate#
5447c478bd9Sstevel@tonic-gate# Addition capabilities needed for X/Curses
5457c478bd9Sstevel@tonic-gate#
5467c478bd9Sstevel@tonic-gateenter_horizontal_hl_mode,	"ehhlm"	"??"	Horizontal highlight mode
5477c478bd9Sstevel@tonic-gateenter_left_hl_mode,	"elhlm"	"??"	Left highlight mode
5487c478bd9Sstevel@tonic-gateenter_low_hl_mode,	"elohlm"	"??"	Low highlight mode
5497c478bd9Sstevel@tonic-gateenter_right_hl_mode,	"erhlm"	"??"	Right highlight mode
5507c478bd9Sstevel@tonic-gateenter_top_hl_mode,	"ethlm"	"??"	Top highlight mode
5517c478bd9Sstevel@tonic-gateenter_vertical_hl_mode,	"evhlm"	"??"	Vertical highlight mode
5527c478bd9Sstevel@tonic-gateset_a_attributes,	"sgr1"	"??"	Define second set of attributes #1-#6
5537c478bd9Sstevel@tonic-gateset_pglen_inch,	"slength"	"YI"	Set page length to #1/100 of an inch
5547c478bd9Sstevel@tonic-gate# Add new Strings before this line.
5557c478bd9Sstevel@tonic-gate--- end str
556