My build of the simple terminal from suckless.org.
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.
 
 
 
 
 
Immanuel Onyeka c9ba942453 Remove noborders patch and attempt vim scrolling il y a 3 ans
.pc Add scrollback and universal scroll il y a 3 ans
debian Original 0.8.4 il y a 3 ans
.gitignore Add scrollback and universal scroll il y a 3 ans
FAQ Original 0.8.4 il y a 3 ans
LEGACY Original 0.8.4 il y a 3 ans
LICENSE Original 0.8.4 il y a 3 ans
Makefile Original 0.8.4 il y a 3 ans
README Original 0.8.4 il y a 3 ans
TODO Original 0.8.4 il y a 3 ans
arg.h Original 0.8.4 il y a 3 ans
config.def.h Add scrollback and universal scroll il y a 3 ans
config.def.h.orig Add scrollback and universal scroll il y a 3 ans
config.h Remove noborders patch and attempt vim scrolling il y a 3 ans
config.mk Applied alpha patch il y a 3 ans
st Remove noborders patch and attempt vim scrolling il y a 3 ans
st-osc10-20210106-9c4b3f4.diff Add scrollback and universal scroll il y a 3 ans
st.1 Original 0.8.4 il y a 3 ans
st.c Add scrollback and universal scroll il y a 3 ans
st.c.orig Add scrollback and universal scroll il y a 3 ans
st.c.rej Add scrollback and universal scroll il y a 3 ans
st.h Add scrollback and universal scroll il y a 3 ans
st.h.orig Add scrollback and universal scroll il y a 3 ans
st.h.rej Add scrollback and universal scroll il y a 3 ans
st.info Original 0.8.4 il y a 3 ans
win.h Original 0.8.4 il y a 3 ans
x.c Add scrollback and universal scroll il y a 3 ans
x.c.orig Add scrollback and universal scroll il y a 3 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.