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.

61 lines
929 B

  1. st| simpleterm,
  2. am,
  3. ul,
  4. mir,
  5. msgr,
  6. colors#8,
  7. cols#80,
  8. it#8,
  9. lines#24,
  10. ncv#3,
  11. pairs#64,
  12. acsc=*`#aof+g+j+k+l+m+n-o-p-q-r-s+t+u+v+w|x<y>z{{||}}-~,
  13. bel=^G,
  14. bold=\E[1m,
  15. cbt=\E[Z,
  16. clear=\E[H\E[2J,
  17. cr=^M,
  18. cub1=\E[D,
  19. cud1=\E[B,
  20. cuf1=\E[C,
  21. cup=\E[%i%p1%d;%p2%dH,
  22. cuu1=\E[A,
  23. dch1=\E[P,
  24. dl1=\E[M,
  25. ed=\E[J,
  26. el=\E[K,
  27. home=\E[H,
  28. ht=^I,
  29. hts=\EH,
  30. il1=\E[L,
  31. ind=^J,
  32. invis=\E[8m,
  33. kbs=\177,
  34. kcub1=\E[D,
  35. kcud1=\E[B,
  36. kcuf1=\E[C,
  37. kcuu1=\E[A,
  38. kdch1=\E[3~,
  39. kend=\E[4~,
  40. khome=\E[1~,
  41. knp=\E[6~,
  42. kpp=\E[5~,
  43. op=\E[37;40m,
  44. rev=\E[7m,
  45. rmacs=\E[10m,
  46. rmso=\E[m,
  47. rmul=\E[m,
  48. setab=\E[4%p1%dm,
  49. setaf=\E[3%p1%dm,
  50. sgr0=\E[0m,
  51. smacs=\E[12m,
  52. smso=\E[7m,
  53. smul=\E[4m,
  54. tbc=\E[2g,
  55. st-256color| simpleterm with 256 colors,
  56. colors#256,
  57. # Nicked from xterm-256color
  58. setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m,
  59. setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m,
  60. use=st,