pvit 21bcb29d1b add font st 1 год назад
..
FAQ 90f348b62f 05-01-2023 09:27:46 2 лет назад
LEGACY 90f348b62f 05-01-2023 09:27:46 2 лет назад
LICENSE 90f348b62f 05-01-2023 09:27:46 2 лет назад
Makefile 90f348b62f 05-01-2023 09:27:46 2 лет назад
README 90f348b62f 05-01-2023 09:27:46 2 лет назад
TODO 90f348b62f 05-01-2023 09:27:46 2 лет назад
arg.h 90f348b62f 05-01-2023 09:27:46 2 лет назад
config.def.h 21bcb29d1b add font st 1 год назад
config.def.h.orig 08a82295c8 st patches 2 лет назад
config.mk 08a82295c8 st patches 2 лет назад
st 21bcb29d1b add font st 1 год назад
st.1 90f348b62f 05-01-2023 09:27:46 2 лет назад
st.c 08a82295c8 st patches 2 лет назад
st.c.orig 08a82295c8 st patches 2 лет назад
st.h 08a82295c8 st patches 2 лет назад
st.h.orig 08a82295c8 st patches 2 лет назад
st.info 90f348b62f 05-01-2023 09:27:46 2 лет назад
st.o 17af3ab3af iosefka font 1 год назад
win.h 90f348b62f 05-01-2023 09:27:46 2 лет назад
x.c 08a82295c8 st patches 2 лет назад
x.c.orig 08a82295c8 st patches 2 лет назад
x.o 21bcb29d1b add font st 1 год назад

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 bt source code.