My build of the st terminal.
 
 
 
 
Go to file
Jef Roosens 440223a0b6
Merge branch 'master' of git://git.suckless.org/st into dev
2022-01-07 21:58:26 +01:00
patches Added ligature support 2020-08-22 16:44:37 +02:00
.gitignore Added first version of PKGBUILD 2022-01-02 10:39:19 +01:00
.woodpecker.yml Updated ci restrictions 2022-01-02 11:02:36 +01:00
FAQ FAQ: fix a typo, patch -> path 2022-01-02 12:16:57 +01:00
LEGACY
LICENSE
Makefile Added ligature support 2020-08-22 16:44:37 +02:00
PKGBUILD Changed to right PKGBUILD version 2022-01-07 21:58:15 +01:00
README
TODO
arg.h
boxdraw.c Added boxdraw patch 2020-08-22 14:36:06 +02:00
boxdraw_data.h Added boxdraw patch 2020-08-22 14:36:06 +02:00
boxdrawtest.txt Switched to Fira Code font 2020-08-22 14:23:14 +02:00
config.def.h Merge branch 'master' of git://git.suckless.org/st 2022-01-02 10:15:56 +01:00
config.h Merge branch 'master' of git://git.suckless.org/st 2022-01-02 10:15:56 +01:00
config.mk Merge branch 'master' of git://git.suckless.org/st into dev 2022-01-07 21:58:26 +01:00
hb.c Added ligature support 2020-08-22 16:44:37 +02:00
hb.h Added ligature support 2020-08-22 16:44:37 +02:00
st.1
st.c Merge branch 'master' of git://git.suckless.org/st 2022-01-02 10:15:56 +01:00
st.h Merge branch 'master' of git://git.suckless.org/st 2022-01-02 10:15:56 +01:00
st.h.rej Added boxdraw patch 2020-08-22 14:36:06 +02:00
st.info
win.h Merge remote-tracking branch 'upstream/master' 2021-09-22 16:04:19 +02:00
x.c Merge branch 'master' of git://git.suckless.org/st 2022-01-02 10:15:56 +01:00

README

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 <aurelien dot aptel at gmail dot com> bt source code.