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.
 
 
 
Go to file
Hiltjo Posthuma 4ef0cbd8b9
remove unused variable from previous patch
il y a 4 ans
FAQ FAQ: fix single-buffer patch il y a 4 ans
LEGACY LEGACY: typo. il y a 12 ans
LICENSE LICENSE: bump years il y a 4 ans
Makefile Makefile: fix dependencies on config.h il y a 5 ans
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
config.def.h config.def.h: add an option allowwindowops, by default off (secure) il y a 4 ans
config.mk bump version to 0.8.4 il y a 4 ans
st.1 Add support for scroll(1) il y a 4 ans
st.c remove unused variable from previous patch il y a 4 ans
st.h config.def.h: add an option allowwindowops, by default off (secure) il y a 4 ans
st.info Partially add back in "support REP (repeat) escape sequence" il y a 4 ans
win.h ST: Add WM_ICON_NAME property support il y a 4 ans
x.c ST: Add WM_ICON_NAME property support il y a 4 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.