Changes between Initial Version and Version 1 of Ticket #4148, comment 10
- Timestamp:
- 11/25/20 06:39:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4148, comment 10
initial v1 1 To define the number of screens in the terminal, S-Lang [/browser/lib/tty/color-slang.c#L215 tests the "Co" terminal capability]. If TERMCAP variable is set, S-Lang gets terminal capability from it. If not, terminfo is used. TERMCAP is set in screen and1 To define the number of colors in the terminal, S-Lang [/browser/lib/tty/color-slang.c#L215 tests the "Co" terminal capability]. If TERMCAP variable is set, S-Lang gets terminal capability from it. If not, terminfo is used. TERMCAP is set in screen and 2 2 {{{ 3 3 $ echo $TERMCAP | tr ':' '\n' | head -1