suck/st
Evan Burkey 376698f46c openbsd 2024-07-21 20:56:20 -07:00
..
FAQ init 2023-10-30 10:45:11 -07:00
LEGACY init 2023-10-30 10:45:11 -07:00
LICENSE init 2023-10-30 10:45:11 -07:00
Makefile init 2023-10-30 10:45:11 -07:00
README init 2023-10-30 10:45:11 -07:00
TODO init 2023-10-30 10:45:11 -07:00
arg.h init 2023-10-30 10:45:11 -07:00
config.def.h init 2023-10-30 10:45:11 -07:00
config.h linux, tomorrow-night 2024-07-16 13:43:05 -07:00
config.h.orig init 2023-10-30 10:45:11 -07:00
config.mk openbsd 2024-07-21 20:56:20 -07:00
st-gruvbox-dark-0.8.5.diff init 2023-10-30 10:45:11 -07:00
st.1 init 2023-10-30 10:45:11 -07:00
st.c init 2023-10-30 10:45:11 -07:00
st.h init 2023-10-30 10:45:11 -07:00
st.info init 2023-10-30 10:45:11 -07:00
win.h init 2023-10-30 10:45:11 -07:00
x.c init 2023-10-30 10:45:11 -07: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.