My build of the simple terminal from suckless.org.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Immanuel Onyeka c9ba942453 Remove noborders patch and attempt vim scrolling pirms 3 gadiem
.pc Add scrollback and universal scroll pirms 3 gadiem
debian Original 0.8.4 pirms 3 gadiem
.gitignore Add scrollback and universal scroll pirms 3 gadiem
FAQ Original 0.8.4 pirms 3 gadiem
LEGACY Original 0.8.4 pirms 3 gadiem
LICENSE Original 0.8.4 pirms 3 gadiem
Makefile Original 0.8.4 pirms 3 gadiem
README Original 0.8.4 pirms 3 gadiem
TODO Original 0.8.4 pirms 3 gadiem
arg.h Original 0.8.4 pirms 3 gadiem
config.def.h Add scrollback and universal scroll pirms 3 gadiem
config.def.h.orig Add scrollback and universal scroll pirms 3 gadiem
config.h Remove noborders patch and attempt vim scrolling pirms 3 gadiem
config.mk Applied alpha patch pirms 3 gadiem
st Remove noborders patch and attempt vim scrolling pirms 3 gadiem
st-osc10-20210106-9c4b3f4.diff Add scrollback and universal scroll pirms 3 gadiem
st.1 Original 0.8.4 pirms 3 gadiem
st.c Add scrollback and universal scroll pirms 3 gadiem
st.c.orig Add scrollback and universal scroll pirms 3 gadiem
st.c.rej Add scrollback and universal scroll pirms 3 gadiem
st.h Add scrollback and universal scroll pirms 3 gadiem
st.h.orig Add scrollback and universal scroll pirms 3 gadiem
st.h.rej Add scrollback and universal scroll pirms 3 gadiem
st.info Original 0.8.4 pirms 3 gadiem
win.h Original 0.8.4 pirms 3 gadiem
x.c Add scrollback and universal scroll pirms 3 gadiem
x.c.orig Add scrollback and universal scroll pirms 3 gadiem

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.