My fork of the Suckless Terminal
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.
 
 
 
Jonathan Hodgson 2848c9bb2f Pushing st changes pirms 2 mēnešiem
.gitignore add all object files to gitignore pirms 4 gadiem
FAQ Pulls latest version of st - removes all patches pirms 4 gadiem
LEGACY LEGACY: typo. pirms 12 gadiem
LICENSE Pulls latest version of st - removes all patches pirms 4 gadiem
Makefile Pushing st changes pirms 2 mēnešiem
README tic -s -> tic -sx (Treat unknown capabilities as user-defined.) pirms 8 gadiem
TODO Remove old TODO entry. pirms 9 gadiem
arg.h don't modify argv, use a counter pirms 6 gadiem
boxdraw.c Adds the boxdraw patch pirms 2 gadiem
boxdraw_data.h Adds the boxdraw patch pirms 2 gadiem
config.def.h Pushing st changes pirms 2 mēnešiem
config.mk Pulls latest version of st - removes all patches pirms 4 gadiem
st.1 Pulls latest version of st - removes all patches pirms 4 gadiem
st.c Adds the boxdraw patch pirms 2 gadiem
st.h Adds the boxdraw patch pirms 2 gadiem
st.info Pulls latest version of st - removes all patches pirms 4 gadiem
win.h ST: Add WM_ICON_NAME property support pirms 4 gadiem
x.c Adds w3m images patch pirms 2 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.