st

st fork
git clone git://git.rr3.xyz/st
Log | Files | Refs | README | LICENSE

commit c809efb6abdee99a88ca4c161f1110534065ffc5
parent b8d8860fff00c12a06b094d334696b2c12bd21b0
Author: robert <robertrussell.72001@gmail.com>
Date:   Mon, 27 Dec 2021 16:48:23 -0800

Increase buffer size in handlesym

Diffstat:
Mx.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x.c b/x.c @@ -1700,7 +1700,7 @@ int handlesym(KeySym sym, uint state) { Key *k; - char buf[2]; + char buf[64]; /* big enough for CSI sequence */ size_t len; /* Custom handling from config */