My build of the st terminal.
 
 
 
 
Go to file
Jef Roosens c2f62c6b10
Merge branch 'master' of https://git.suckless.org/st
2022-10-19 15:57:54 +02:00
patches
.gitignore
.woodpecker.yml
FAQ
LEGACY
LICENSE LICENSE: bump year 2022-01-10 17:11:17 +01:00
Makefile
PKGBUILD Merge branch 'master' of https://git.suckless.org/st 2022-10-19 15:57:54 +02:00
README
TODO
arg.h
boxdraw.c
boxdraw_data.h
boxdrawtest.txt
config.def.h
config.h
config.mk
hb.c
hb.h
st.1
st.c
st.h
st.h.rej
st.info
win.h Merge remote-tracking branch 'upstream/master' 2022-09-04 15:19:40 +02:00
x.c

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.