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

line_snap_delimiter patch

commit 60e2f91bf9584900eed8ed5a22c696d2540a0821 [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 7759e9fcd488f486d5a05b0e0c19dceaeee0423d [browse]
Author: Sergey Matveev
Date: 2020-05-23 14:17:48 +03:00

Coloured italics

commit e5e959835b195c023d1f685ef4dbbcfc3b5120b2 [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 68d1ad9b54e952e3079356aeab8ab37e44c56c2c [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