1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# Copyright (c) 1996 by Sun Microsystems, Inc. 23# All rights reserved. 24# 25#ident "%Z%%M% %I% %E% SMI" 26# 27 28# 29# Kimtron KT-7 with VT-100 emulation ROMs. 30# This is a hack of the VC2100 VT-100 emulation. 31# 32kt7|kt7io|Kimtron KT-7, 33 cols#80, lines#24, am, bw, xon, 34 cr=^M, bel=^G, 35# Status line 36 hs, dsl=\E[0;0z 37# Cursor one position 38 cuu1=\E[A, cud1=^J, cuf1=\E[C, cub1=^H, 39# Cursor multiple positions 40 cuu=\E[%p1%dA, cud=\E[%p1%dB, cuf=\E[%p1%dC, cub=\E[%p1%dD, 41# Cursor position 42 cup=\E[%i%p1%d;%p2%dH, home=\E[H, 43# Scrolling Region 44 csr=\E[%p1%d;%p2%dr, sc=\E7, rc=\E8, 45# Scroll down and up 46 ind=^J, ri=\EM, 47# Area Clears - contrary to documentation, \E2J doesn't home the cursor! 48 el=\E[K, ed=\E[J, clear=\E[H\E[2J, 49# Attributes 50 bold=\E[1m, rev=\E[7m, blink=\E[5m, invis=\E[3m, sgr0=\E[m, 51 smul=\E[4m, rmul=\E[m, smso=\E[4;7m, rmso=\E[m, msgr, 52 sgr=\E[0;%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;2m, 53# flash=\E[?5h\E[?5l, needs some kind of delay in the middle 54# Tabs 55 ht=^I, tbc=\E[3g, hts=\EH, it#8, 56# Screen editing 57 il1=\E[L, dl1=\E[M, ich1=\E[@, dch1=\E[P, smir=\E[4h, rmir=\E[4l, 58 il=\E[%p1%dL, dl=\E[%p1%dM, ich=\E[%p1%d@, dch=\E[%p1%dP, 59# Keypad 60 kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, khome=\E[H, kbs=^H, 61 kf1=\Ef1, kf2=\Ef2, kf3=\Ef3, kf4=\Ef4, kf5=\Ef5, 62 kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kf10=\Ef0, 63 kf11=\EF1, kf12=\EF2, kf13=\EF3, kf14=\EF4, kf15=\EF5, 64 kf16=\EF6, kf17=\EF7, kf18=\EF8, kf19=\EF9, kf20=\EF0, 65 kdl1=\E[M, kil1=\EOQ, kich1=\EOP, kdch1=\E[P, 66 kclr=^L, 67 pfkey=\E[?%p1%dh/%p2%s/, 68# Initialization 69 is1=\E<\017\E[0m\E[?7h\E[?1l\E[?11k\E[?10k\E>, 70 rs1=\E[0m\Ec, 71# Applications dependent for 10 - initialize US keys as function keys 72 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, 73 74kt7new|Kimtron KT-7 with stupid eat newline, 75 am@, 76 xenl, 77 use=kt7, 78