securityos/public/Users/Public/Documents/Dotfiles/Gentoo/st
Berkeley 927854894b First commit 2024-09-06 12:32:35 -03:00
..
FAQ First commit 2024-09-06 12:32:35 -03:00
LEGACY First commit 2024-09-06 12:32:35 -03:00
LICENSE First commit 2024-09-06 12:32:35 -03:00
Makefile First commit 2024-09-06 12:32:35 -03:00
README First commit 2024-09-06 12:32:35 -03:00
TODO First commit 2024-09-06 12:32:35 -03:00
arg.h First commit 2024-09-06 12:32:35 -03:00
config.def.h First commit 2024-09-06 12:32:35 -03:00
config.def.h.orig First commit 2024-09-06 12:32:35 -03:00
config.def.h.rej First commit 2024-09-06 12:32:35 -03:00
config.h First commit 2024-09-06 12:32:35 -03:00
config.mk First commit 2024-09-06 12:32:35 -03:00
st First commit 2024-09-06 12:32:35 -03:00
st-alpha-20220206-0.8.5.diff First commit 2024-09-06 12:32:35 -03:00
st-anysize-20220718-baa9357.diff First commit 2024-09-06 12:32:35 -03:00
st-font2-0.8.5.diff First commit 2024-09-06 12:32:35 -03:00
st-scrollback-0.8.5.diff First commit 2024-09-06 12:32:35 -03:00
st-vertcenter-20180320-6ac8c8a.diff First commit 2024-09-06 12:32:35 -03:00
st.1 First commit 2024-09-06 12:32:35 -03:00
st.c First commit 2024-09-06 12:32:35 -03:00
st.c.orig First commit 2024-09-06 12:32:35 -03:00
st.h First commit 2024-09-06 12:32:35 -03:00
st.info First commit 2024-09-06 12:32:35 -03:00
st.o First commit 2024-09-06 12:32:35 -03:00
win.h First commit 2024-09-06 12:32:35 -03:00
x.c First commit 2024-09-06 12:32:35 -03:00
x.c.orig First commit 2024-09-06 12:32:35 -03:00
x.c.rej First commit 2024-09-06 12:32:35 -03:00
x.o First commit 2024-09-06 12:32:35 -03:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.