descriptionazarus' modification to st
ownerazarus@posteo.net
last changeTue, 5 Jun 2018 07:27:54 +0000 (5 09:27 +0200)
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-06-05 Sascha Paunovicmy configconfig
2018-06-05 Sascha Paunovicalpha patch + my changes
2018-06-02 Hiltjo Posthumaconfig.mk: remove extra newline before EOF
2018-05-25 Hiltjo Posthumacode-style for pledge(2)
2018-05-25 Hiltjo PosthumaPledge on OpenBSD
2018-03-29 Hiltjo Posthumaerror message style and use strerror in a few places
2018-03-29 Hiltjo Posthumast -v: remove years and copyright text
2018-03-29 Daniel Tamelingset sel.alt in selstart instead of selextend
2018-03-20 Hiltjo Posthumabump version to 0.8.1
2018-03-20 Hiltjo Posthumafix regression by selecting clipboard text
2018-03-20 Hiltjo Posthumadon't modify argv, use a counter
2018-03-17 Hiltjo Posthumaselextend: clarify: !sel.mode == SEL_IDLE
2018-03-17 Hiltjo Posthumaclipcopy: no need to check for free(NULL), set to NULL...
2018-03-16 Hiltjo Posthumaminor code-style: whitespace fixes
2018-03-16 Quentin RameauFix title initialization
2018-03-16 Quentin RameauFix regression from 69e32a6 when setting title.
...
heads
5 years ago config