commit 44bc2cb4b953dce6f53a960dbb31ed3f4c353a85 [browse]
Author: Sergey Matveev
Date: 2022-01-10 14:32:00 +03:00

line_snap_delimiter patch

commit 44bc2cb4b953dce6f53a960dbb31ed3f4c353a85 [browse]
Author: Sergey Matveev
Date: 2021-10-28 15:33:58 +03:00

Cursor blinking

Based on https://st.suckless.org/patches/blinking_cursor/st-blinking_cursor-20200531-a2a7044.diff

commit 44bc2cb4b953dce6f53a960dbb31ed3f4c353a85 [browse]
Author: Sergey Matveev
Date: 2020-05-23 14:17:48 +03:00

Coloured italics

commit 44bc2cb4b953dce6f53a960dbb31ed3f4c353a85 [browse]
Author: Hiltjo Posthuma
Date: 2022-10-25 17:11:11 +02:00

fix buffer overflow when handling long composed input

To reproduce the issue:

"
If you already have the multi-key enabled on your system, then add this line
to your ~/.XCompose file:

[...]
<question> <T> <E> <S> <T> <question> :
"1234567890123456789012345678901234567890123456789012345678901234567890"
"

Reported by and an initial patch by Andy Gozas <andy@gozas.me>, thanks!

Adapted the patch, for now st (like dmenu) handles a fixed amount of composed
characters, or otherwise ignores it. This is done for simplicity sake.

commit 44bc2cb4b953dce6f53a960dbb31ed3f4c353a85 [browse]
Author: Hiltjo Posthuma
Date: 2022-10-04 19:40:30 +02:00

bump version to 0.9

clone the repository to get more history