index.md (632B)
1 lesscases 2 ========= 3 4 Description 5 ----------- 6 If you ever look at `x.c` and `config.def.h`, you'll see that the cursor shape 7 numbers are not sequential in `config.def.h`, and there are empty cases in the 8 cursor drawing code in `x.c`. This patch simply removes the empty cases and makes 9 the cursor shape numbers sequential. 10 11 Download 12 -------- 13 * [st-lesscases-20250404-98610fc.diff](st-lesscases-20250404-98610fc.diff) 14 15 This patch embeds the customcursor patch. 16 17 * [st-lesscases-customcursor-20250405-98610fc.diff](st-lesscases-customcursor-20250405-98610fc.diff) 18 19 Authors 20 ------- 21 * Mertoalex Ashley - <mertoalex+suckless@disroot.org>