home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4539 < prev    next >
Encoding:
Text File  |  1992-08-20  |  2.0 KB  |  45 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!zrz.tu-berlin.de!math.fu-berlin.de!unidui!du9ds3!veit
  3. From: veit@du9ds3.uni-duisburg.de (Holger Veit)
  4. Subject: Re: 386bsd: 16550, color, vt100
  5. References: <1992Aug19.195743.13499@engage.pko.dec.com> <sand.714341461@milton> <1992Aug20.222741.9968@ugle.unit.no>
  6. Date: 21 Aug 92 10:00:13 GMT
  7. Reply-To: veit@du9ds3.uni-duisburg.de
  8. Organization: Uni-Duisburg FB9 Datenverarbeitung
  9. Sender: @unidui.uni-duisburg.de
  10. Message-ID: <veit.714391213@du9ds3>
  11. Lines: 32
  12.  
  13. In <1992Aug20.222741.9968@ugle.unit.no> arnej@Lise.Unit.NO (Arne Henrik Juul) writes:
  14.  
  15. [...]
  16. >The sequence:   ESC [ 3 ; <number> x
  17. >means: set the PC color mode to <number>, where <number> will be used
  18. >in this way:
  19.  
  20. >|   7   |   6   |   5   |   4   |   3   |   2   |   1   |   0   |
  21. >| blink |      background       |bright |      foreground       |
  22. >| (fg)  |         color         | (fg)  |         color         |
  23. >The standout mode works another way: Here, the foreground is given
  24. >first (as a number from 0-15) followed by background as another number
  25. >from 0-15. The same color combination would be:
  26.  
  27. Warning: this is incompatible with vt100. A vt100 emits an identification
  28. string with ESC [ x, which may cause much problems. In a recent posting
  29. of a vt100 console replacement (by Helmut Michaelis in alt.sources), we
  30. had a problem that "color escape sequences" like the above could crash the
  31. kernel (because of a special bug). In my next release of KEYCAP, a pccons 
  32. replacement for national keyboards, this suspicious ESC x will be gone. You'll
  33. read in the documentation about this then.
  34.  
  35. >--
  36. >Arne H. Juul  --  arnej@lise.unit.no  --  University of Trondheim, Norway
  37.  
  38. Holger
  39.  
  40. -- 
  41. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  42. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  43. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  44. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  45.