This project is a fork of the st.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/st.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjulien.rische@gmail.com
last changeSun, 2 Dec 2018 17:02:15 +0000 (2 18:02 +0100)
content tags
add:
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.
shortlog
2018-12-02 Julien Rischeadjust alphamaster
2018-12-02 Julien Rischeapply "hybrid" colorscheme
2018-12-02 Julien Rischechange font settings
2018-12-02 Julien Rischechange scroll and alpha settings
2018-11-04 Hiltjo Posthumafix memory leak in xloadcols()
2018-11-04 Hiltjo Posthumast: small typofix in comment
2018-09-11 Hiltjo Posthumasmall code-style fix
2018-09-11 Quentin RameauRemove the ISO 14755 feature
2018-07-17 Hiltjo PosthumaRevert "Simplify cursor color handling"
2018-07-17 Hiltjo PosthumaRevert "Make cursor follow text color"
2018-07-17 Hiltjo PosthumaRevert "Fix crash when cursor color is truecolor"
2018-07-15 Jules MaselbasFix crash when cursor color is truecolor
2018-07-14 Jules MaselbasMake cursor follow text color
2018-07-14 Jules MaselbasSimplify cursor color handling
2018-06-30 Jules MaselbasFix crash on resize
2018-06-02 Hiltjo Posthumaconfig.mk: remove extra newline before EOF
...
tags
6 years ago 0.8.1
6 years ago 0.8
7 years ago 0.7
8 years ago 0.6
10 years ago 0.5
11 years ago 0.4.1
11 years ago 0.4
11 years ago 0.3
12 years ago 0.2.1
12 years ago 0.2
13 years ago 0.1.1
13 years ago 0.1
heads
5 years ago master
7 years ago split
9 years ago wchar