My build of suckless st terminal
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.

87 lines
1.4 KiB

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