usr/src/lib/libxcurses/src/terminfo/kimtron
author stevel@tonic-gate
Tue, 14 Jun 2005 00:00:00 -0700
changeset 0 68f95e015346
permissions -rw-r--r--
OpenSolaris Launch

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"%Z%%M%	%I%	%E% SMI"
#

#
# Kimtron KT-7 with VT-100 emulation ROMs.
# This is a hack of the VC2100 VT-100 emulation.
#
kt7|kt7io|Kimtron KT-7,
	cols#80, lines#24, am, bw, xon,
	cr=^M, bel=^G,
# Status line
	hs, dsl=\E[0;0z
# Cursor one position
	cuu1=\E[A, cud1=^J, cuf1=\E[C, cub1=^H,
# Cursor multiple positions
	cuu=\E[%p1%dA, cud=\E[%p1%dB, cuf=\E[%p1%dC, cub=\E[%p1%dD,
# Cursor position
	cup=\E[%i%p1%d;%p2%dH, home=\E[H,
# Scrolling Region
	csr=\E[%p1%d;%p2%dr, sc=\E7, rc=\E8,
# Scroll down and up
	ind=^J, ri=\EM,
# Area Clears - contrary to documentation, \E2J doesn't home the cursor!
	el=\E[K, ed=\E[J, clear=\E[H\E[2J,
# Attributes
	bold=\E[1m, rev=\E[7m, blink=\E[5m, invis=\E[3m, sgr0=\E[m,
	smul=\E[4m, rmul=\E[m, smso=\E[4;7m, rmso=\E[m, msgr,
	sgr=\E[0;%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;2m,
#	flash=\E[?5h\E[?5l,	needs some kind of delay in the middle
# Tabs
	ht=^I, tbc=\E[3g, hts=\EH, it#8,
# Screen editing
	il1=\E[L, dl1=\E[M, ich1=\E[@, dch1=\E[P, smir=\E[4h, rmir=\E[4l,
	il=\E[%p1%dL, dl=\E[%p1%dM, ich=\E[%p1%d@, dch=\E[%p1%dP,
# Keypad
	kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, khome=\E[H, kbs=^H,
	kf1=\Ef1, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5,
	kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kf10=\Ef0,
	kf11=\EF1, kf12=\EF2, kf13=\EF3, kf14=\EF4, kf15=\EF5,
	kf16=\EF6, kf17=\EF7, kf18=\EF8, kf19=\EF9, kf20=\EF0,
	kdl1=\E[M, kil1=\EOQ, kich1=\EOP, kdch1=\E[P,
	kclr=^L,
	pfkey=\E[?%p1%dh/%p2%s/,
# Initialization
	is1=\E<\017\E[0m\E[?7h\E[?1l\E[?11k\E[?10k\E>,
	rs1=\E[0m\Ec,
# Applications dependent for 10 - initialize US keys as function keys
	is2=\E|11\Ef1^Y\E|21\Ef2^Y\E|31\Ef3^Y\E|41\Ef4^Y\E|51\Ef5^Y\E|61\Ef6^Y\E|71\Ef7^Y\E|81\Ef8^Y\E|91\Ef9^Y\E|01\Ef0^Y,

kt7new|Kimtron KT-7 with stupid eat newline,
	am@,
	xenl,
	use=kt7,