Searched defs:termcap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ul/
H A Dul.c89 char termcap[1024]; local
127 switch (tgetent(termcap, termtype)) {
133 (void) fprintf(stderr, gettext("trouble reading termcap"));
138 (void) strcpy(termcap, "dumb:os:col#80:cr=^M:sf=^J:am:");
519 /* This nonsense attempts to work with both old and new termcap */

Completed in 55 milliseconds