Go to file
BitHeaven 1d610a1e29 fix zum 2023-08-16 19:35:40 +05:00
FAQ Update code to newest version 2023-03-08 13:36:50 +05:00
LEGACY Upload Custom st 2022-08-13 13:11:41 +05:00
LICENSE Upload Custom st 2022-08-13 13:11:41 +05:00
Makefile Update Makefile 2022-08-14 00:49:06 +05:00
README Upload Custom st 2022-08-13 13:11:41 +05:00
TODO Upload Custom st 2022-08-13 13:11:41 +05:00
arg.h Upload Custom st 2022-08-13 13:11:41 +05:00
config.def.h fix zum 2023-08-16 19:35:40 +05:00
config.h fix zum 2023-08-16 19:35:40 +05:00
config.mk Update code to newest version 2023-03-08 13:36:50 +05:00
st fix zum 2023-08-16 19:35:40 +05:00
st.1 Upload Custom st 2022-08-13 13:11:41 +05:00
st.c Add copy last url on Alt+L 2023-04-28 20:57:22 +05:00
st.h Add copy last url on Alt+L 2023-04-28 20:57:22 +05:00
st.info Upload Custom st 2022-08-13 13:11:41 +05:00
st.o fix zum 2023-08-16 19:35:40 +05:00
win.h Upload Custom st 2022-08-13 13:11:41 +05:00
x.c Add blinking cursor 2023-03-08 14:19:42 +05:00
x.o fix zum 2023-08-16 19:35:40 +05: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.