Go to file
hazen2215 0214b3df3d config.h: add copyout 2023-08-13 00:31:31 +09:00
.gitignore Added .gitignore 2021-07-21 22:37:48 +05:30
FAQ change the directory structure 2023-08-02 23:21:32 +09:00
LEGACY change the directory structure 2023-08-02 23:21:32 +09:00
LICENSE change the directory structure 2023-08-02 23:21:32 +09:00
Makefile change the directory structure 2023-08-02 23:21:32 +09:00
PKGBUILD Fixed packaging 2023-06-13 04:33:29 +05:30
README change the directory structure 2023-08-02 23:21:32 +09:00
TODO change the directory structure 2023-08-02 23:21:32 +09:00
TODO.md Updated TODO 2021-12-28 23:53:20 +05:30
arg.h change the directory structure 2023-08-02 23:21:32 +09:00
config.def.h change the directory structure 2023-08-02 23:21:32 +09:00
config.h config.h: add copyout 2023-08-13 00:31:31 +09:00
config.mk config.mk: reset CFLAGS 2023-08-02 23:21:32 +09:00
make.sh Cleanup; renamed st-0.8.4 to st 2021-07-29 21:14:52 +05:30
st-pager change the directory structure 2023-08-02 23:21:32 +09:00
st-plumber change the directory structure 2023-08-02 23:21:32 +09:00
st.1 change the directory structure 2023-08-02 23:21:32 +09:00
st.c st.c: avoid VLA 2023-08-02 23:21:32 +09:00
st.desktop Added TryExec to desktop file 2021-07-25 15:36:59 +05:30
st.h change the directory structure 2023-08-02 23:21:32 +09:00
st.info change the directory structure 2023-08-02 23:21:32 +09:00
win.h change the directory structure 2023-08-02 23:21:32 +09:00
x.c apply patches 2023-08-02 23:21:32 +09: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.