1
0
Fork 0
My fork of the Suckless Terminal
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Jonathan Hodgson 2848c9bb2f Pushing st changes vor 2 Monaten
.gitignore add all object files to gitignore vor 4 Jahren
FAQ Pulls latest version of st - removes all patches vor 4 Jahren
LEGACY LEGACY: typo. vor 12 Jahren
LICENSE Pulls latest version of st - removes all patches vor 4 Jahren
Makefile Pushing st changes vor 2 Monaten
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) vor 8 Jahren
TODO Remove old TODO entry. vor 9 Jahren
arg.h don't modify argv, use a counter vor 6 Jahren
boxdraw.c Adds the boxdraw patch vor 2 Jahren
boxdraw_data.h Adds the boxdraw patch vor 2 Jahren
config.def.h Pushing st changes vor 2 Monaten
config.mk Pulls latest version of st - removes all patches vor 4 Jahren
st.1 Pulls latest version of st - removes all patches vor 4 Jahren
st.c Adds the boxdraw patch vor 2 Jahren
st.h Adds the boxdraw patch vor 2 Jahren
st.info Pulls latest version of st - removes all patches vor 4 Jahren
win.h ST: Add WM_ICON_NAME property support vor 4 Jahren
x.c Adds w3m images patch vor 2 Jahren

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.