My build of the st terminal.
 
 
 
 
Go to file
Jef Roosens c6cb2bc12d
Changed to right PKGBUILD version
2022-01-07 21:58:15 +01:00
patches
.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
LEGACY
LICENSE
Makefile
PKGBUILD Changed to right PKGBUILD version 2022-01-07 21:58:15 +01:00
README
TODO
arg.h
boxdraw.c
boxdraw_data.h
boxdrawtest.txt
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 Added first version of PKGBUILD 2022-01-02 10:39:19 +01:00
hb.c
hb.h
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
st.info
win.h
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.