No description
Find a file
2024-12-18 21:10:05 -06:00
.gitignore new version 2024-05-01 21:32:44 -06:00
arg.h st 2022-11-28 14:07:17 -06:00
config.def.h new version 2024-05-01 21:32:44 -06:00
config.h gruvbox-materila 2024-05-28 20:13:29 -06:00
config.mk new version 2024-05-01 21:32:44 -06:00
FAQ st 2022-11-28 14:07:17 -06:00
LEGACY st 2022-11-28 14:07:17 -06:00
LICENSE st 2022-11-28 14:07:17 -06:00
Makefile new version 2024-05-01 21:32:44 -06:00
README new version 2024-05-01 21:32:44 -06:00
st-0.9.2-tavo.diff separator 2024-05-01 22:06:19 -06:00
st-6009e6e25bdff9548f085e9ae562b1ca305d3a0b-tavo.diff keybinds 2024-12-18 21:10:05 -06:00
st.1 st 2022-11-28 14:07:17 -06:00
st.c new version 2024-05-01 21:32:44 -06:00
st.h url handler :) 2023-07-25 23:58:50 -06:00
st.info new version 2024-05-01 21:32:44 -06:00
TODO st 2022-11-28 14:07:17 -06:00
win.h st 2022-11-28 14:07:17 -06:00
x.c new version 2024-05-01 21:32:44 -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.