1tic(1M)                 System Administration Commands                 tic(1M)
2
3
4

NAME

6       tic - terminfo compiler
7

SYNOPSIS

9       tic [-v [n]] [-c] file
10
11

DESCRIPTION

13       The  command tic translates a terminfo file from the source format into
14       the  compiled  format.  The  results  are  placed  in   the   directory
15       /usr/share/lib/terminfo.  The compiled format is necessary for use with
16       the library routines in curses(3CURSES).
17
18
19       If the environment variable TERMINFO is set, the compiled  results  are
20       placed there instead of /usr/share/lib/terminfo.
21
22
23       Total  compiled entries cannot exceed 4096 bytes. The name field cannot
24       exceed 128 bytes. Terminal names exceeding 14 characters will be  trun‐
25       cated to 14 characters and a warning message will be printed.
26

OPTIONS

28       The following options are supported:
29
30       -c       Specifies  to check only file for errors. Errors in use= links
31                are not detected.
32
33
34       -v[n]    Specify that (verbose) output be  written  to  standard  error
35                trace information showing tic's progress. The optional integer
36                n is a number from 1 to 10, indicating the  desired  level  of
37                detail  of  information. If n is omitted, the default level is
38                1. If n is specified and greater than 1, the level  of  detail
39                is increased.
40
41

OPERANDS

43       file    Contains  one  or more terminfo terminal descriptions in source
44               format  [see  terminfo(4)].  Each  description  in   the   file
45               describes  the  capabilities  of  a particular terminal. When a
46               use=entry-name field is discovered in  a  terminal  entry  cur‐
47               rently   being   compiled,   tic   reads  in  the  binary  from
48               /usr/share/lib/terminfo to complete the entry. (Entries created
49               from  file will be used first. If the environment variable TER‐
50               MINFO   is  set,  that  directory  is   searched   instead   of
51               /usr/share/lib/terminfo.)  tic  duplicates  the capabilities in
52               entry-name for the current entry, with the exception  of  those
53               capabilities that are explicitly defined in the current entry.
54
55

FILES

57       /usr/share/lib/terminfo/?/*
58
59           Compiled terminal description database
60
61

ATTRIBUTES

63       See attributes(5) for descriptions of the following attributes:
64
65
66
67
68       ┌─────────────────────────────┬─────────────────────────────┐
69       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
70       ├─────────────────────────────┼─────────────────────────────┤
71       │Availability                 │SUNWcsu                      │
72       └─────────────────────────────┴─────────────────────────────┘
73

SEE ALSO

75       captoinfo(1M), infocmp(1M), curses(3CURSES), terminfo(4), attributes(5)
76

NOTES

78       When  an  entry, for example, entry_name_1, contains a use=entry_name_2
79       field, any canceled capabilities in entry_name_2 must  also  appear  in
80       entry_name_1  before  use=  for  these  capabilities  to be canceled in
81       entry_name_1.
82
83
84
85SunOS 5.11                        5 Jul 1990                           tic(1M)
Impressum