My fork of the Suckless Terminal
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Jonathan Hodgson 2848c9bb2f Pushing st changes il y a 2 mois
.gitignore add all object files to gitignore il y a 4 ans
FAQ Pulls latest version of st - removes all patches il y a 4 ans
LEGACY LEGACY: typo. il y a 12 ans
LICENSE Pulls latest version of st - removes all patches il y a 4 ans
Makefile Pushing st changes il y a 2 mois
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) il y a 8 ans
TODO Remove old TODO entry. il y a 9 ans
arg.h don't modify argv, use a counter il y a 6 ans
boxdraw.c Adds the boxdraw patch il y a 2 ans
boxdraw_data.h Adds the boxdraw patch il y a 2 ans
config.def.h Pushing st changes il y a 2 mois
config.mk Pulls latest version of st - removes all patches il y a 4 ans
st.1 Pulls latest version of st - removes all patches il y a 4 ans
st.c Adds the boxdraw patch il y a 2 ans
st.h Adds the boxdraw patch il y a 2 ans
st.info Pulls latest version of st - removes all patches il y a 4 ans
win.h ST: Add WM_ICON_NAME property support il y a 4 ans
x.c Adds w3m images patch il y a 2 ans

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.