acosail_dwm/st-0.9
2022-12-02 16:22:44 +08:00
..
arg.h init 2022-12-02 16:22:44 +08:00
config.def.h init 2022-12-02 16:22:44 +08:00
config.def.h.orig init 2022-12-02 16:22:44 +08:00
config.h init 2022-12-02 16:22:44 +08:00
config.mk init 2022-12-02 16:22:44 +08:00
FAQ init 2022-12-02 16:22:44 +08:00
LEGACY init 2022-12-02 16:22:44 +08:00
LICENSE init 2022-12-02 16:22:44 +08:00
Makefile init 2022-12-02 16:22:44 +08:00
README init 2022-12-02 16:22:44 +08:00
st-alpha-20220206-0.8.5.diff init 2022-12-02 16:22:44 +08:00
st-clipboard-20180309-c5ba9c0.diff init 2022-12-02 16:22:44 +08:00
st-scrollback-20210507-4536f46.diff init 2022-12-02 16:22:44 +08:00
st-scrollback-mouse-20220127-2c5edf2.diff init 2022-12-02 16:22:44 +08:00
st.1 init 2022-12-02 16:22:44 +08:00
st.c init 2022-12-02 16:22:44 +08:00
st.c.orig init 2022-12-02 16:22:44 +08:00
st.h init 2022-12-02 16:22:44 +08:00
st.h.orig init 2022-12-02 16:22:44 +08:00
st.info init 2022-12-02 16:22:44 +08:00
TODO init 2022-12-02 16:22:44 +08:00
win.h init 2022-12-02 16:22:44 +08:00
x.c init 2022-12-02 16:22:44 +08:00
x.c.orig init 2022-12-02 16:22:44 +08: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.