My build of the simple terminal from suckless.org.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Immanuel Onyeka c9ba942453 Remove noborders patch and attempt vim scrolling hace 3 años
.pc Add scrollback and universal scroll hace 3 años
debian Original 0.8.4 hace 3 años
.gitignore Add scrollback and universal scroll hace 3 años
FAQ Original 0.8.4 hace 3 años
LEGACY Original 0.8.4 hace 3 años
LICENSE Original 0.8.4 hace 3 años
Makefile Original 0.8.4 hace 3 años
README Original 0.8.4 hace 3 años
TODO Original 0.8.4 hace 3 años
arg.h Original 0.8.4 hace 3 años
config.def.h Add scrollback and universal scroll hace 3 años
config.def.h.orig Add scrollback and universal scroll hace 3 años
config.h Remove noborders patch and attempt vim scrolling hace 3 años
config.mk Applied alpha patch hace 3 años
st Remove noborders patch and attempt vim scrolling hace 3 años
st-osc10-20210106-9c4b3f4.diff Add scrollback and universal scroll hace 3 años
st.1 Original 0.8.4 hace 3 años
st.c Add scrollback and universal scroll hace 3 años
st.c.orig Add scrollback and universal scroll hace 3 años
st.c.rej Add scrollback and universal scroll hace 3 años
st.h Add scrollback and universal scroll hace 3 años
st.h.orig Add scrollback and universal scroll hace 3 años
st.h.rej Add scrollback and universal scroll hace 3 años
st.info Original 0.8.4 hace 3 años
win.h Original 0.8.4 hace 3 años
x.c Add scrollback and universal scroll hace 3 años
x.c.orig Add scrollback and universal scroll hace 3 años

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.