My build of the st terminal.
 
 
 
 
Go to file
Ingo Lohmar 1f09f0b0bb apply hints before initial mapping (ICCCM)
For WM_CLASS this is mentioned in the ICCCM docs
https://tronche.com/gui/x/icccm/sec-4.html#s-4.1.2.5
(third sentence).

When changing the WM_CLASS from the command line, this is necessary for
window managers to pick it up before applying class-based rules.
2019-10-26 11:47:24 +02:00
FAQ FAQ: add entry about color emoji Xft bug 2019-05-17 13:00:10 +02:00
LEGACY
LICENSE
Makefile
README
TODO
arg.h
config.def.h mouse shortcuts: don't hardcode selpaste 2019-10-13 21:46:31 +02:00
config.mk bump version to 0.8.2 2019-02-09 12:48:39 +01:00
st.1
st.c selection: fix view to match actual selection on first cell 2019-04-14 13:50:20 +02:00
st.h mouse shortcuts: allow same functions as kb shortcuts 2019-10-13 21:46:31 +02:00
st.info
win.h better Input Method Editor (IME) support 2019-02-12 18:45:15 +01:00
x.c apply hints before initial mapping (ICCCM) 2019-10-26 11:47:24 +02: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.