My personal build of the st terminal.
This repository has been archived on 2021-04-22. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
Aurélien Aptel 4e6915a16b Fixed possible segfault by reverting to the key struct (again). 2009-09-07 21:19:29 +02:00
LICENSE
Makefile
README
TODO
config.h Fixed possible segfault by reverting to the key struct (again). 2009-09-07 21:19:29 +02:00
config.mk
st.c Fixed possible segfault by reverting to the key struct (again). 2009-09-07 21:19:29 +02:00
st.info

README

st - simple terminal
--------------------
st is a simple virtual 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
----------
See the man page for details.

Credits
-------
Based on  Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.