Guest User

Untitled

a guest
Mar 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. ╔══════════╦════════════════════════════════╦═════════════════════════════════════════════════════════════════════════╗
  2. ║ Code ║ Effect ║ Note ║
  3. ╠══════════╬════════════════════════════════╬═════════════════════════════════════════════════════════════════════════╣
  4. ║ 0 ║ Reset / Normal ║ all attributes off ║
  5. ║ 1 ║ Bold or increased intensity ║ ║
  6. ║ 2 ║ Faint (decreased intensity) ║ Not widely supported. ║
  7. ║ 3 ║ Italic ║ Not widely supported. Sometimes treated as inverse. ║
  8. ║ 4 ║ Underline ║ ║
  9. ║ 5 ║ Slow Blink ║ less than 150 per minute ║
  10. ║ 6 ║ Rapid Blink ║ MS-DOS ANSI.SYS; 150+ per minute; not widely supported ║
  11. ║ 7 ║ [[reverse video]] ║ swap foreground and background colors ║
  12. ║ 8 ║ Conceal ║ Not widely supported. ║
  13. ║ 9 ║ Crossed-out ║ Characters legible, but marked for deletion. Not widely supported. ║
  14. ║ 10 ║ Primary(default) font ║ ║
  15. ║ 11–19 ║ Alternate font ║ Select alternate font `n-10` ║
  16. ║ 20 ║ Fraktur ║ hardly ever supported ║
  17. ║ 21 ║ Bold off or Double Underline ║ Bold off not widely supported; double underline hardly ever supported. ║
  18. ║ 22 ║ Normal color or intensity ║ Neither bold nor faint ║
  19. ║ 23 ║ Not italic, not Fraktur ║ ║
  20. ║ 24 ║ Underline off ║ Not singly or doubly underlined ║
  21. ║ 25 ║ Blink off ║ ║
  22. ║ 27 ║ Inverse off ║ ║
  23. ║ 28 ║ Reveal ║ conceal off ║
  24. ║ 29 ║ Not crossed out ║ ║
  25. ║ 30–37 ║ Set foreground color ║ See color table below ║
  26. ║ 38 ║ Set foreground color ║ Next arguments are `5;n` or `2;r;g;b`, see below ║
  27. ║ 39 ║ Default foreground color ║ implementation defined (according to standard) ║
  28. ║ 40–47 ║ Set background color ║ See color table below ║
  29. ║ 48 ║ Set background color ║ Next arguments are `5;n` or `2;r;g;b`, see below ║
  30. ║ 49 ║ Default background color ║ implementation defined (according to standard) ║
  31. ║ 51 ║ Framed ║ ║
  32. ║ 52 ║ Encircled ║ ║
  33. ║ 53 ║ Overlined ║ ║
  34. ║ 54 ║ Not framed or encircled ║ ║
  35. ║ 55 ║ Not overlined ║ ║
  36. ║ 60 ║ ideogram underline ║ hardly ever supported ║
  37. ║ 61 ║ ideogram double underline ║ hardly ever supported ║
  38. ║ 62 ║ ideogram overline ║ hardly ever supported ║
  39. ║ 63 ║ ideogram double overline ║ hardly ever supported ║
  40. ║ 64 ║ ideogram stress marking ║ hardly ever supported ║
  41. ║ 65 ║ ideogram attributes off ║ reset the effects of all of 60-64 ║
  42. ║ 90–97 ║ Set bright foreground color ║ aixterm (not in standard) ║
  43. ║ 100–107 ║ Set bright background color ║ aixterm (not in standard) ║
  44. ╚══════════╩════════════════════════════════╩═════════════════════════════════════════════════════════════════════════╝
Add Comment
Please, Sign In to add comment