| Age | Commit message (Collapse) | Author |
|
Applied st-undercurl-0.9-20240103.diff cleanly with offset adjustments.
Benefits:
- Adds support for curly/wavy underlines (undercurl)
- Custom underline colors via SGR escape codes
- Compatible with Vim/NeoVim LSP diagnostics and spell-check
- Supports standard terminal features used by most modern terminals
Use cases:
- Editor spell-check with wavy underlines
- LSP warnings/errors with colored underlines
- Enhanced visual feedback in terminal applications
|
|
Applied st-expected-anysize-0.9.diff cleanly.
Benefits:
- Terminal now resizes to any pixel dimension
- Adds dynamic padding to bottom and right edges
- Eliminates gaps when used with tiling window managers
- More natural behavior with traditional left-to-right text flow
|
|
Applied st-boxdraw_v2-0.8.5.diff with manual adjustments for st 0.9:
- Added boxdraw.c to build sources
- Added ATTR_BOXDRAW attribute flag (bit 13, after ATTR_SELECTED)
- Integrated boxdraw detection in tsetchar() function
- Modified xmakeglyphfontspecs() to use boxdraw for applicable characters
- Adjusted indentation for harfbuzz integration compatibility
Benefits:
- Box-drawing characters now align perfectly regardless of font
- Improved visual quality for tmux, tree, dialog output
- Covers Unicode U2500-U259F (lines/blocks) and U28XX (braille)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|