~kris/suckless

st

st/x.c -rw-r--r-- 101.2 KiB
169e41e6 — Kris Yotam 7 months ago
Migrate to st-flexipatch with sixel support

Switch from manually patched st to st-flexipatch (bakkeby/st-flexipatch).
This uses preprocessor directives in patches.h to toggle patches at
compile time, making it much easier to add/remove features.

Enabled patches:
- alpha (transparency)
- anygeometry, anysize (dynamic borders)
- blinking_cursor
- boxdraw (box-drawing chars)
- clipboard
- columns (no text cut on resize)
- copyurl
- externalpipe
- font2 (fallback fonts)
- iso14755 (unicode input)
- ligatures (HarfBuzz)
- newterm (spawn in cwd)
- scrollback + scrollback_mouse
- sixel (NEW - for manga-tui image support)
- swapmouse
- sync
- xresources + xresources_reload

To toggle patches: edit patches.h and rebuild.
See README.md for documentation on the preprocessor system.
535af11c — siduck 2 years ago
add swapmouse patch
df114a37 — siduck 4 years ago
misc | fix scrolling not working in nvim
c812c9f2 — siduck 4 years ago
add netwmicon patch | bump to v0.8.5
c07885e9 — siduck 4 years ago
Merge pull request #33 from DEliasVCruz/blinkcursor

feat: add blinking cursor patch support
44f6012a — DEliasVilelaC 4 years ago
fix: fix cursors blink
4810dba9 — DEliasVilelaC 4 years ago
feat: add blinking cursor patch
052198fc — siduck76 4 years ago
minor fix
c9bda1de — siduck76 5 years ago
re-add many patches , bump to 0.8.4 | This isnt based on luke smiths build :D
7efd193b — siduck76 5 years ago
rm anysize patch
b271b22f — siduck76 5 years ago
hide cursor on idle window
32376c8d — siduck76 5 years ago
default st
72a323ce — siduck76 5 years ago
rm dynamic cursor patch
ae2c5886 — siduck76 5 years ago
st-history patch added
00cad233 — siduck76 5 years ago
Merge pull request #12 from TripleK2004/main

patched the second patch of appsync : )
753aca3e — TripleK2004 5 years ago
patched appsync
0751d088 — siduck76 5 years ago
Merge pull request #11 from TripleK2004/main

patched dynamic cursor 
313b9ef7 — TripleK2004 5 years ago
patched dynamic cursor
907b79ca — TripleK2004 5 years ago
Revert "patched dynamic cursor"

This reverts commit 3ded9ea4ddc139e17fb77a40480283c99f737ede.
3ded9ea4 — TripleK2004 5 years ago
patched dynamic cursor
Next