--- st.suckless.org/patches/anychar-cursor/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/st.suckless.org/patches/anychar-cursor/index.md b/st.suckless.org/patches/anychar-cursor/index.md index 2e39c4a..03fa5af 100644 --- a/st.suckless.org/patches/anychar-cursor/index.md +++ b/st.suckless.org/patches/anychar-cursor/index.md @@ -1,7 +1,7 @@ anychar-cursor ============== -Extends the available cursor shape options to allow the use of arbitrary characters as the cursor. It supports both direct Unicode characters (e.g., `"●", "→"`) and hex codepoint notation (e.g., `"0xf0159"` for Nerd Font glyphs). +Extends the available cursor shape options to allow the use of arbitrary characters as the cursor. It supports both direct Unicode characters (eg `"●", "→"`) and hex codepoint notation (eg `"0xf0159"` for Nerd Font glyphs). Unlike the existing customcursor patch, which overrides the snowman in case 7, this patch replaces only case 0 for user-defined characters, preserving all original cursor shapes and functionality. @@ -24,5 +24,5 @@ Download Authors ------- -* Pearljak - <[email protected]> +* [Pearljak](https://github.com/Pearljak) -- 2.52.0
