No description
  • C 96.5%
  • Roff 2.2%
  • Makefile 1.3%
Find a file
2026-02-18 04:57:46 -06:00
.gitignore Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
arg.h Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
config.def.h Updated themeing to fit with orange 2025-02-17 16:33:26 -06:00
config.h Updated font 2026-02-18 04:57:46 -06:00
config.mk Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
FAQ Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
LEGACY Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
LICENSE Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
Makefile Updated make file to be original make file 2025-02-19 13:59:23 -06:00
README Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
st.1 Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
st.c Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
st.h Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
st.info Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
TODO Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
win.h Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00
x.c Init commit, all that has been changed is the font size 2025-02-15 01:10:32 -06:00

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.