No description
Find a file
2023-04-08 21:36:15 +05:00
patches Added the alpha patch 2023-03-24 22:45:20 +05:00
arg.h don't modify argv, use a counter 2018-03-20 21:22:27 +01:00
config.h Added custom colorscheme inspired by tokyonight moon 2023-04-08 21:36:15 +05:00
config.mk Added the alpha patch 2023-03-24 22:45:20 +05:00
FAQ FAQ: document the color emojis crash issue which affected some systems is fixed 2022-09-16 23:07:09 +02:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE LICENSE: bump year 2022-01-10 17:11:17 +01:00
Makefile Set Luke Smith Key binds and use his copyurl script 2023-03-23 14:33:33 +05:00
README.md Updated README for alpha patch 2023-03-24 22:47:05 +05:00
st-copyout Add copyout and urlhandler scripts 2023-03-23 14:36:07 +05:00
st-urlhandler Add copyout and urlhandler scripts 2023-03-23 14:36:07 +05:00
st.1 Added the workingdir patch 2023-03-24 20:05:29 +05:00
st.c Added the externalpipe eternal patch 2023-03-24 19:30:17 +05:00
st.h Added the alpha patch 2023-03-24 22:45:20 +05:00
st.info Partially add back in "support REP (repeat) escape sequence" 2020-05-30 22:04:28 +02:00
TODO Remove old TODO entry. 2015-04-13 17:06:11 +02:00
win.h code-golfing: cleanup osc color related code 2022-04-19 11:43:37 +02:00
x.c Added the alpha patch 2023-03-24 22:45:20 +05:00

st - simple terminal

st is a simple terminal emulator for X which sucks less.

Requirements

In order to build st you need the Xlib header files.

Installation

Edit config.mk to match your local setup (st is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install st (if necessary as root):

make clean install

Running st

If you did not install st with make clean install, you must compile the st terminfo entry with the following command:

tic -sx st.info

See the man page for additional details.

Credits

Based on Aurélien APTEL bt source code.

Patches Applied

  1. externalpipe - 0.8.4
  2. scrollback - 20210507-4536f46
  3. externalpipe eternal - 0.8.3
  4. delkey - 20201112 - 4ef0cbd
  5. st-font2 - 0.8.5
  6. workingdir - 20200317 - 51e19ea
  7. alpha - 20220206 - 0.8.5