My fork of the Suckless Terminal
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Jonathan Hodgson 2848c9bb2f Pushing st changes před 2 měsíci
.gitignore add all object files to gitignore před 4 roky
FAQ Pulls latest version of st - removes all patches před 4 roky
LEGACY LEGACY: typo. před 12 roky
LICENSE Pulls latest version of st - removes all patches před 4 roky
Makefile Pushing st changes před 2 měsíci
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) před 8 roky
TODO Remove old TODO entry. před 9 roky
arg.h don't modify argv, use a counter před 6 roky
boxdraw.c Adds the boxdraw patch před 2 roky
boxdraw_data.h Adds the boxdraw patch před 2 roky
config.def.h Pushing st changes před 2 měsíci
config.mk Pulls latest version of st - removes all patches před 4 roky
st.1 Pulls latest version of st - removes all patches před 4 roky
st.c Adds the boxdraw patch před 2 roky
st.h Adds the boxdraw patch před 2 roky
st.info Pulls latest version of st - removes all patches před 4 roky
win.h ST: Add WM_ICON_NAME property support před 4 roky
x.c Adds w3m images patch před 2 roky

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.