index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
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… | |
7 numbers are not sequential in `config.def.h`, and there are empty cases … | |
8 cursor drawing code in `x.c`. This patch simply removes the empty cases … | |
9 the cursor shape numbers sequential. | |
10 | |
11 Download | |
12 -------- | |
13 * [st-lesscases-20250404-98610fc.diff](st-lesscases-20250404-98610fc.dif… | |
14 | |
15 This patch embeds the customcursor patch. | |
16 | |
17 * [st-lesscases-customcursor-20250405-98610fc.diff](st-lesscases-customc… | |
18 | |
19 Authors | |
20 ------- | |
21 * Mertoalex Ashley - <[email protected]> |