commit 68d1ad9b54e952e3079356aeab8ab37e44c56c2c [browse]
Author: Hiltjo Posthuma
Date: 2022-10-04 19:40:30 +02:00
bump version to 0.9
commit 00085199039ee63acc7b1ecb7e3774a9c3552b2a [browse]
Author: Hiltjo Posthuma
Date: 2022-09-16 23:07:09 +02:00
FAQ: document the color emojis crash issue which affected some systems is fixed
It is fixed in libXft 2.3.6:
https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS
commit 72fd32736a612edec43596c14148322122a5544d [browse]
Author: Tom Schwindl
Date: 2022-08-18 14:55:19 Z
st: use `void' to indicate an empty parameter list
commit baa9357e96d2478baa52a3301e70ac80a229b726 [browse]
Author: Hiltjo Posthuma
Date: 2022-05-01 18:38:40 +02:00
Makefile: add manual path for OpenBSD
commit 8629d9a1da72cc18568a8f146307b0e939b77ebf [browse]
Author: NRK
Date: 2022-01-07 23:21:04 +06:00
code-golfing: cleanup osc color related code
* adds missing function prototype
* move xgetcolor() prototype to win.h (that's where all the other x.c
func prototype seems to be declared at)
* check for snprintf error/truncation
* reduces code duplication for osc 10/11/12
* unify osc_color_response() and osc4_color_response() into a single function
the latter two was suggested by Quentin Rameau in his patch review on
the hackers list.
clone the repository to get more history