notes/st
2022-05-22 19:26:35 -07:00
..
arg.h created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
config.def.h created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
config.h created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
config.mk created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
FAQ created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
LEGACY created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
LICENSE created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
Makefile created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
README created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st-alpha-20220206-0.8.5.diff created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st-scrollback-0.8.5.diff created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.1 created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.c created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.h created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.h.orig created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.info created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
st.o created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
TODO created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
win.h created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
x.c created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00
x.o created base for use of suckless simple terminal 2022-05-22 19:26:35 -07:00

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.