My st-flexipatch build
Go to file
diowo 2652a599fc again 2024-01-29 17:22:38 +01:00
patch init 2024-01-27 12:28:22 +01:00
.gitignore init 2024-01-27 12:28:22 +01:00
FAQ init 2024-01-27 12:28:22 +01:00
LEGACY init 2024-01-27 12:28:22 +01:00
LICENSE init 2024-01-27 12:28:22 +01:00
Makefile init 2024-01-27 12:28:22 +01:00
README init 2024-01-27 12:28:22 +01:00
TODO init 2024-01-27 12:28:22 +01:00
arg.h init 2024-01-27 12:28:22 +01:00
config.def.h init 2024-01-27 12:28:22 +01:00
config.h again 2024-01-29 17:22:38 +01:00
config.mk init 2024-01-27 12:28:22 +01:00
hb.c init 2024-01-27 12:28:22 +01:00
hb.h init 2024-01-27 12:28:22 +01:00
patches.h init 2024-01-27 12:28:22 +01:00
sixel.c init 2024-01-27 12:28:22 +01:00
sixel.h init 2024-01-27 12:28:22 +01:00
sixel_hls.c init 2024-01-27 12:28:22 +01:00
sixel_hls.h init 2024-01-27 12:28:22 +01:00
st.1 init 2024-01-27 12:28:22 +01:00
st.c init 2024-01-27 12:28:22 +01:00
st.desktop init 2024-01-27 12:28:22 +01:00
st.h init 2024-01-27 12:28:22 +01:00
st.info init 2024-01-27 12:28:22 +01:00
win.h init 2024-01-27 12:28:22 +01:00
x.c init 2024-01-27 12:28:22 +01:00

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.