source: npl/system/ncurses/rxvt.terminfo @ 105afb5

Last change on this file since 105afb5 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 2.6 KB
Line 
1# From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
2# Updated: Özgür Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
3# Notes:
4# rxvt 2.21b uses
5#       smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
6# but some applications don't work with that.
7# It also has an AIX extension
8#       box2=lqkxjmwuvtn,
9# and
10#       ech=\E[%p1%dX,
11# but the latter does not work correctly.
12#
13# rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
14# Since rxvt is not really compatible with xterm, it should be configured as
15# "rxvt-basic" (monochrom) and "rxvt"
16rxvt-basic|rxvt terminal base (X Window System),
17        am, bce, eo, km, msgr, xenl, xon,
18        cols#80, it#8, lines#24,
19        acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
20        bel=^G, blink=\E[5m, bold=\E[1m, civis=\E[?25l,
21        clear=\E[H\E[2J, cnorm=\E[?25h, cr=^M,
22        csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
23        cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
24        cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A,
25        cvvis=\E[?25h, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
26        dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0,
27        flash=\E[?5h\E[?5l, home=\E[H, hpa=\E[%i%p1%dG, ht=^I,
28        hts=\EH, ich=\E[%p1%d@, ich1=\E[@, il=\E[%p1%dL, il1=\E[L,
29        ind=^J, is1=\E[?47l\E=\E[?1l,
30        is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l,
31        kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kLFT=\E[d, kNXT=\E[6$,
32        kPRV=\E[5$, kRIT=\E[c, ka1=\EOw, ka3=\EOy, kb2=\EOu, kbs=^H,
33        kc1=\EOq, kc3=\EOs, kcbt=\E[Z, kcub1=\E[D, kcud1=\E[B,
34        kcuf1=\E[C, kcuu1=\E[A, kdch1=\E[3~, kel=\E[8\^,
35        kend=\E[8~, kent=\EOM, kf0=\E[21~, kf1=\E[11~, kf10=\E[21~,
36        kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~,
37        kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~,
38        kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, kf3=\E[13~,
39        kf4=\E[14~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~,
40        kf9=\E[20~, kfnd=\E[1~, khome=\E[7~, kich1=\E[2~,
41        kmous=\E[M, knp=\E[6~, kpp=\E[5~, kslt=\E[4~, rc=\E8,
42        rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[?47l\E8,
43        rmkx=\E>, rmso=\E[27m, rmul=\E[24m,
44        rs1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H,
45        rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>,
46        s0ds=\E(B, s1ds=\E(0, sc=\E7,
47        sgr0=\E[m\017,
48        smacs=^N, smcup=\E7\E[?47h,
49        smkx=\E=, smso=\E[7m, smul=\E[4m, tbc=\E[3g,
50        vpa=\E[%i%p1%dd,
51rxvt|rxvt terminal emulator (X Window System),
52        colors#8, pairs#64,
53        op=\E[39;49m, setab=\E[%p1%{40}%+%dm,
54        setaf=\E[%p1%{30}%+%dm,
55        use=rxvt-basic,
Note: See TracBrowser for help on using the repository browser.