Go to file
Santiago Lo Coco 266e1038ff Update config.def.h 2024-05-15 20:06:35 +02:00
.gitignore Remove FAQ 2022-03-11 09:42:40 -03:00
LEGACY LEGACY: typo. 2012-09-18 19:08:03 +02:00
LICENSE Update LICENSE 2022-03-11 09:40:09 -03:00
Makefile Minor changes 2021-02-28 23:12:19 -03:00
README.md Fix typo 2022-03-21 15:35:32 -03:00
arg.h don't modify argv, use a counter 2018-03-20 21:22:27 +01:00
config.def.h Update config.def.h 2024-05-15 20:06:35 +02:00
config.mk bump version to 0.8.5 2022-02-04 19:19:58 -03:00
st.1 Add support for scroll(1) 2020-04-11 15:23:20 +02:00
st.c Delay redrawals on palette changes 2022-03-11 09:33:55 -03:00
st.h Add support for OSC color sequences 2022-02-04 19:18:48 -03:00
st.info Partially add back in "support REP (repeat) escape sequence" 2020-05-30 22:04:28 +02:00
win.h ST: Add WM_ICON_NAME property support 2020-10-18 11:17:11 +02:00
x.c X10/SGR mouse: use alt as meta key instead of super/windows key 2022-02-04 19:20:14 -03:00

README.md

cst

Heavily-patched build of st.

Table of contents

Requirements

In order to build st you need the Xlib header files and libxft-bgra.

Installation

You need to run:

make clean install  

Usage

To run cst:

st

Patches

  • Anysize.
  • Blinking cursor.
  • Secondary font.
  • Scrollback.
  • Gruvbox.

Contributing

PRs are welcome.

License

MIT