Go to file
2021-11-06 14:59:54 -05:00
arg.h first commit 2020-07-14 18:11:17 -05:00
boxdraw.c added boxdraw patch 2021-11-06 14:59:54 -05:00
boxdraw.o added boxdraw patch 2021-11-06 14:59:54 -05:00
boxdraw_data.h added boxdraw patch 2021-11-06 14:59:54 -05:00
config.def.h added boxdraw patch 2021-11-06 14:59:54 -05:00
config.def.h.orig added boxdraw patch 2021-11-06 14:59:54 -05:00
config.h added boxdraw patch 2021-11-06 14:59:54 -05:00
config.mk first commit 2020-07-14 18:11:17 -05:00
FAQ first commit 2020-07-14 18:11:17 -05:00
LEGACY first commit 2020-07-14 18:11:17 -05:00
LICENSE first commit 2020-07-14 18:11:17 -05:00
Makefile added boxdraw patch 2021-11-06 14:59:54 -05:00
README.md changed readme 2020-07-14 18:13:17 -05:00
st added boxdraw patch 2021-11-06 14:59:54 -05:00
st-alpha-0.8.2.diff first commit 2020-07-14 18:11:17 -05:00
st-boxdraw_v2-0.8.3.diff added boxdraw patch 2021-11-06 14:59:54 -05:00
st-clipboard-0.8.3.diff added clipboard functionality 2020-07-15 15:57:27 -05:00
st-scrollback-20200419-72e3f6c.diff added scrollback 2020-07-15 16:06:33 -05:00
st.1 first commit 2020-07-14 18:11:17 -05:00
st.c added boxdraw patch 2021-11-06 14:59:54 -05:00
st.c.orig added boxdraw patch 2021-11-06 14:59:54 -05:00
st.h added boxdraw patch 2021-11-06 14:59:54 -05:00
st.h.orig added boxdraw patch 2021-11-06 14:59:54 -05:00
st.h.rej added boxdraw patch 2021-11-06 14:59:54 -05:00
st.info first commit 2020-07-14 18:11:17 -05:00
st.o added boxdraw patch 2021-11-06 14:59:54 -05:00
TODO first commit 2020-07-14 18:11:17 -05:00
win.h first commit 2020-07-14 18:11:17 -05:00
x.c added boxdraw patch 2021-11-06 14:59:54 -05:00
x.c.orig added boxdraw patch 2021-11-06 14:59:54 -05:00
x.o added boxdraw patch 2021-11-06 14:59:54 -05:00

st - simple terminal

st is a simple terminal emulator for X which sucks less. This is my build of st, with some customizations that work for me.

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

This is a fork of suckless st. st based on Aurélien APTEL bt source code.