Changeset 230 for libcaca/trunk/NOTES
- Timestamp:
- Nov 28, 2003, 9:39:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/NOTES
r226 r230 18 18 19 19 From the xterm-16color terminfo: 20 (http://www.sct.gu.edu.au/~anthony/info/X/Xterm_xf86.terminfo) 20 21 21 22 setab=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm, 22 23 setaf=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm, 23 24 24 (http://www.sct.gu.edu.au/~anthony/info/X/Xterm_xf86.terminfo)25 These values can be simply retrieved with a tigetstr() call. 25 26 26 27 o I tested the following terminals: … … 76 77 + konsole (no bright bg, $blink really blinks) 77 78 78 o In an XTerm-compatible terminal, \e[9xm sets bright foreground and 79 \e[10xm bright background colours. Unfortunately all terminals don't 80 support these escape sequences. Here is a testcase: 79 o In an XTerm-compatible terminal, \e[9xm sets bright foreground 80 and \e[10xm bright background colours. Documentation on this can be 81 found at http://ftp.xfree86.org/pub/XFree86/4.2.1/doc/ctlseqs.TXT . 82 Unfortunately all terminals don't support these escape sequences. Here 83 is a testcase: 81 84 82 85 for fgpre in 3 9; do for fg in 0 4 2 6 1 5 3 7; do
Note: See TracChangeset
for help on using the changeset viewer.