My build of the simple terminal from suckless.org.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
= bb98b35677 Add scrollback and universal scroll 3 роки тому
.pc Add scrollback and universal scroll 3 роки тому
debian Original 0.8.4 3 роки тому
-.orig Add scrollback and universal scroll 3 роки тому
-.rej Add scrollback and universal scroll 3 роки тому
.gitignore Add scrollback and universal scroll 3 роки тому
FAQ Original 0.8.4 3 роки тому
LEGACY Original 0.8.4 3 роки тому
LICENSE Original 0.8.4 3 роки тому
Makefile Original 0.8.4 3 роки тому
README Original 0.8.4 3 роки тому
TODO Original 0.8.4 3 роки тому
arg.h Original 0.8.4 3 роки тому
config.def.h Add scrollback and universal scroll 3 роки тому
config.def.h.orig Add scrollback and universal scroll 3 роки тому
config.h Add scrollback and universal scroll 3 роки тому
config.mk Applied alpha patch 3 роки тому
st Add scrollback and universal scroll 3 роки тому
st-osc10-20210106-9c4b3f4.diff Add scrollback and universal scroll 3 роки тому
st.1 Original 0.8.4 3 роки тому
st.c Add scrollback and universal scroll 3 роки тому
st.c.orig Add scrollback and universal scroll 3 роки тому
st.c.rej Add scrollback and universal scroll 3 роки тому
st.h Add scrollback and universal scroll 3 роки тому
st.h.orig Add scrollback and universal scroll 3 роки тому
st.h.rej Add scrollback and universal scroll 3 роки тому
st.info Original 0.8.4 3 роки тому
win.h Original 0.8.4 3 роки тому
x.c Add scrollback and universal scroll 3 роки тому
x.c.orig Add scrollback and universal scroll 3 роки тому

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.