File: linux

package info (click to toggle)
defrag 0.73-1
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 384 kB
  • ctags: 599
  • sloc: ansic: 4,463; makefile: 137; sh: 37
file content (37 lines) | stat: -rwxr-xr-x 1,816 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

# Linux terminfo entry, hacked together by converting the
#  termcap entry and by reading the source for console.c
# It is provided to give a working version and not necessarily a full
#  implmentation.
# vt100 mode in the console is incomplete, so keep using
#  null-translation mode
# Most users have TERM in the form con132x43. Modify the entry below
#  and change lines and cols accordingly.
# Remove the period before km if you console is configured to set msb
#  high instead of sending escape
console|Standard Linux Console,
         cr=^M, cud1=^J, ind=^J, bel=^G, il1=\E[L, am, cub1=^H, ed=\E[J,
         el=\E[K, clear=\E[H\E[J, bce, xenl, .km, eo, mir, msgr, xon,
         colors#8, pairs#64,
         hpa=\E%i%p1%dG, vpa=\E%i%p1%dd, ri=\EM, hts=\EH, tbc=\E[3g,
         smir=\E[4h, rmir=\E[4l, civis=\E[?25l, cnorm=\E[?25h,
         sc=\E7, rc=\E8,
         acsc=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\053o\176s\137a\260f\370g\361~\011\,\020+\021.\031-\030h\261i\0250\333,
         cup=\E[%i%p1%d;%p2%dH, op=\E[37m\E[40m,
         dch=\E[%p1%dP, dl=\E[%p1%dM, home=\E[H, it#4, ich=\E[%p1%d@,
         bold=\E[1m, rev=\E[7m, blink=\E[5m, 
         setf=\E[%p1%{30}%+%dm, setb=\E[%p1%{40}%+%dm,
         kcuu1=\E[A, kcud1=\E[B, kcub1=\E[D, kcuf1=\E[C, khome=\E[H, kbs=\177,
         cuf1=\E[C, ht=^I, cuu1=\E[A,
         smacs=\E(B\E)U^N,rmacs=\E(B\E)0^O,
         rmul=\E[24m, smul=\E[4m, rmso=\E[0m, smso=\E[1m,
         kf1=\E[[A, kf2=\E[[B, kf3=\E[[C, kf4=\E[[D, kf5=\E[[E,
         kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, kf10=\E[21~,
         kf11=\E[23~, kf12=\E[24~,
         kdch1=\E[3~, kend=\E[4~, khome=\E[1~, knp=\E[6~, kpp=\E[5~,


# This is the terminfo for a console in 132x43 mode
# Modify according to your TERM variable
con132x43,
	lines#43, cols#132, use=console,