~kris/suckless

st

ref: 169e41e68736aa884f3b1894ffc5735f70e0edcd st/st.c -rw-r--r-- 85.3 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.
bddc8b04 — Sidhanth Rathod 2 years ago
Merge pull request #64 from rdbo/window-close-fix

Fixes window not closing (#63)
fixed window not closing on wayland
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
c9bda1de — siduck76 5 years ago
re-add many patches , bump to 0.8.4 | This isnt based on luke smiths build :D
6d595f99 — siduck76 5 years ago
[PATCH] Patch for persistence of content across resize
0c03af89 — siduck76 5 years ago
add patch_column patch
494dc97e — siduck76 5 years ago
rm patch_column
25149684 — siduck76 5 years ago
test patch_column patch
32376c8d — siduck76 5 years ago
default st
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
05892601 — siduck76 5 years ago
newterm patch
d68acd2a — siduck76 5 years ago
bubu