dots/suckless/st
2024-01-02 13:37:02 -05:00
..
.gitignore [st] .gitignore: added 2024-01-02 12:50:55 -05:00
arg.h suckless/st: added 2024-01-02 12:45:38 -05:00
config.def.h [st] patch: externalpipe 2024-01-02 12:50:55 -05:00
config.mk [st] patch: ligatures 2024-01-02 12:50:55 -05:00
FAQ suckless/st: added 2024-01-02 12:45:38 -05:00
hb.c [st] patch: ligatures 2024-01-02 12:50:55 -05:00
hb.h [st] patch: ligatures 2024-01-02 12:50:55 -05:00
LEGACY suckless/st: added 2024-01-02 12:45:38 -05:00
LICENSE suckless/st: added 2024-01-02 12:45:38 -05:00
Makefile [st] patch: ligatures 2024-01-02 12:50:55 -05:00
README suckless: change READMEs 2024-01-02 13:37:02 -05:00
st.1 suckless/st: added 2024-01-02 12:45:38 -05:00
st.c [st] st.c: fix conflict between externalpipe and newterm 2024-01-02 13:23:39 -05:00
st.h [st] patch: externalpipe 2024-01-02 12:50:55 -05:00
st.info suckless/st: added 2024-01-02 12:45:38 -05:00
TODO suckless/st: added 2024-01-02 12:45:38 -05:00
win.h [st] patch: ligatures 2024-01-02 12:50:55 -05:00
x.c [st] fix: colors are legible now 2024-01-02 12:50:55 -05:00

st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.

Patches
-------
This customized build of st has the following patches:
- alpha
- scrollback
- ligatures
- newterm (orphan variant)
- anysize
- font2
- externalpipe (eternal variant)


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.