My build of the 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.
 
 
 
 
Jef Roosens 15479145de
ci/woodpecker/push/woodpecker Pipeline was successful Details
Bumped version
4 months ago
patches Added ligature support 3 years ago
.gitignore Added first version of PKGBUILD 1 year ago
.woodpecker.yml Bumped package version to 0.8.9 7 months ago
FAQ FAQ: document the color emojis crash issue which affected some systems is fixed 6 months ago
LEGACY LEGACY: typo. 11 years ago
LICENSE LICENSE: bump year 1 year ago
Makefile Added ligature support 3 years ago
PKGBUILD Bumped version 4 months ago
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 6 years ago
TODO Remove old TODO entry. 8 years ago
arg.h don't modify argv, use a counter 5 years ago
boxdraw.c Added boxdraw patch 3 years ago
boxdraw_data.h Added boxdraw patch 3 years ago
boxdrawtest.txt Switched to Fira Code font 3 years ago
config.def.h Merge branch 'master' of git://git.suckless.org/st 1 year ago
config.h Removed unnecessary border 1 year ago
config.mk Bumped version 4 months ago
hb.c Added ligature support 3 years ago
hb.h Added ligature support 3 years ago
st.1 Add support for scroll(1) 3 years ago
st.c Merge remote-tracking branch 'upstream/master' 7 months ago
st.h code-golfing: cleanup osc color related code 11 months ago
st.h.rej Added boxdraw patch 3 years ago
st.info Partially add back in "support REP (repeat) escape sequence" 3 years ago
win.h Merge remote-tracking branch 'upstream/master' 7 months ago
x.c Merge branch 'master' of https://git.suckless.org/st 4 months ago

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.