usr/src/lib/libxcurses/src/terminfo/okimtron
changeset 13444 c1ed50709bff
parent 13443 76ab5b799560
child 13445 4dad26dd1fb9
equal deleted inserted replaced
13443:76ab5b799560 13444:c1ed50709bff
     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 #
       
    32 kt7|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 # Tabs
       
    54 	ht=^I, tbc=\E[3g, hts=\EH, it#8,
       
    55 # Keypad
       
    56 	kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, khome=\E[H, kbs=^H,
       
    57 	kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
       
    58 	pfkey=\E[?%p1%dh/%p2%s/,
       
    59 # Initialization
       
    60 	is1=\E<\017\E[0m\E[?7h\E[?1l\E[?11k\E[?10k\E>,
       
    61 	rs1=\E[0m\Ec,
       
    62 # Applications dependent for 10 - initialize US keys as function keys
       
    63 	is2=\E|11\EOP^Y\E|21\EOQ^Y\E|31\EOR^Y\E|41\EOS^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,
       
    64 	kf5=\Ef5, kf6=\Ef6, kf7=\Ef7, kf8=\Ef8, kf9=\Ef9, kf10=\Ef0,