Personal build of the suckless st-simple 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.
 
 
 
Go to file
Alex Selimov ae28b8dca5
Update transparency
1 week ago
FAQ Working patched implementation of st 2 weeks ago
LEGACY LEGACY: typo. 12 years ago
LICENSE Working patched implementation of st 2 weeks ago
Makefile Working patched implementation of st 2 weeks ago
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) 8 years ago
TODO Remove old TODO entry. 10 years ago
arg.h don't modify argv, use a counter 7 years ago
build_terminals.sh Add configs, build script, and run script to allow for real time switching of st executables 1 week ago
config.def.h Working patched implementation of st 2 weeks ago
config.mk Working patched implementation of st 2 weeks ago
config_dark.h Update transparency 1 week ago
config_light.h Update transparency 1 week ago
st.1 Add support for scroll(1) 5 years ago
st.c Working patched implementation of st 2 weeks ago
st.h Working patched implementation of st 2 weeks ago
st.info Working patched implementation of st 2 weeks ago
st_script Add configs, build script, and run script to allow for real time switching of st executables 1 week ago
win.h Working patched implementation of st 2 weeks ago
x.c Working patched implementation of st 2 weeks 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.