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.