My fork of st 0.8.4

phloryglow 788a65177c First commit 2 лет назад
FAQ 788a65177c First commit 2 лет назад
LEGACY 788a65177c First commit 2 лет назад
LICENSE 788a65177c First commit 2 лет назад
Makefile 788a65177c First commit 2 лет назад
README 788a65177c First commit 2 лет назад
TODO 788a65177c First commit 2 лет назад
arg.h 788a65177c First commit 2 лет назад
config.def.h 788a65177c First commit 2 лет назад
config.def.h.orig 788a65177c First commit 2 лет назад
config.mk 788a65177c First commit 2 лет назад
st-alpha-0.8.2.diff 788a65177c First commit 2 лет назад
st-anysize-0.8.4.diff 788a65177c First commit 2 лет назад
st-scrollback-0.8.4.diff 788a65177c First commit 2 лет назад
st.1 788a65177c First commit 2 лет назад
st.c 788a65177c First commit 2 лет назад
st.h 788a65177c First commit 2 лет назад
st.h.orig 788a65177c First commit 2 лет назад
st.info 788a65177c First commit 2 лет назад
win.h 788a65177c First commit 2 лет назад
x.c 788a65177c First commit 2 лет назад
x.c.orig 788a65177c First commit 2 лет назад

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.