Simple Terminal from SuckLess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.1 KiB

  1. st| simpleterm,
  2. acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
  3. am,
  4. bel=^G,
  5. bold=\E[1m,
  6. cbt=\E[Z,
  7. civis=\E[?25l
  8. clear=\E[H\E[2J,
  9. cnorm=\E[?12l\E[?25h,
  10. colors#8,
  11. cols#80,
  12. cr=^M,
  13. csr=\E[%i%p1%d;%p2%dr,
  14. cub1=\E[D,
  15. cud1=\E[B,
  16. cuf1=\E[C,
  17. cup=\E[%i%p1%d;%p2%dH,
  18. cuu1=\E[A,
  19. dch1=\E[P,
  20. dl1=\E[M,
  21. ed=\E[J,
  22. el=\E[K,
  23. home=\E[H,
  24. ht=^I,
  25. hts=\EH,
  26. il1=\E[L,
  27. ind=^J,
  28. invis=\E[8m,
  29. it#8,
  30. kbs=\177,
  31. kcub1=\E[D,
  32. kcud1=\E[B,
  33. kcuf1=\E[C,
  34. kcuu1=\E[A,
  35. kdch1=\E[3~,
  36. kend=\E[4~,
  37. kf10=\E[21~,
  38. kf11=\E[23~,
  39. kf12=\E[24~,
  40. kf1=\EOP,
  41. kf2=\EOQ,
  42. kf3=\EOR,
  43. kf4=\EOS,
  44. kf5=\E[15~,
  45. kf6=\E[17~,
  46. kf7=\E[18~,
  47. kf8=\E[19~,
  48. kf9=\E[20~,
  49. khome=\E[1~,
  50. knp=\E[6~,
  51. kpp=\E[5~,
  52. lines#24,
  53. mir,
  54. msgr,
  55. ncv#3,
  56. op=\E[37;40m,
  57. pairs#64,
  58. rev=\E[7m,
  59. rmacs=\E[10m,
  60. rmso=\E[m,
  61. rmul=\E[m,
  62. setab=\E[4%p1%dm,
  63. setaf=\E[3%p1%dm,
  64. sgr0=\E[0m,
  65. smacs=\E[12m,
  66. smso=\E[7m,
  67. smul=\E[4m,
  68. tbc=\E[2g,
  69. ul,
  70. st-256color| simpleterm with 256 colors,
  71. colors#256,
  72. # Nicked from xterm-256color
  73. setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
  74. setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
  75. use=st,