Ligature support
Thank you @dnkl for the detailed explanation!
ed111df1d7
Handle semicolon-prefixed comments in ini config.
54de0cec50
Support environment var. expansion in include path
630ebeb4e6
Expand environment variables in the cache property
02f73460fa
OpenBSD has UTF-32
9e42e3e770
docs: fuzzel.ini add auto-select default
ca8aa55f9a
changelog: add new 'unreleased' section
Emulate
ANSI video-revert, provide selection-match-background
Accept ; comments in the INI config (or change extension to .conf)
For what it's worth, I too ran into that "issue". It's fairly trivially understood and resolved, which is why I suppose people haven't been reporting it here, but it still is somewhat pesky.
Draft: Expand environment variables in
include and cache
201a3bad28
Support environment var. expansion in include path
306db906ee
Expand environment variables in the cache property
8fb1b4c3fc
Expand environment variables in the cache property
Have the
cache configuration entry understand environment variables
@markstos, I haven't written any C code since my university days, but I had a quick look at the code and I think implementing your suggestion seems easy enough that I could handle it.
Have the
cache configuration entry understand environment variables
Oh, that'd be excellent! Damn, you are good at this.
Option to disable pruning the cache
Oh, that's interesting, leveraging the --accept-nth/--with-nth pair and removing empty entries!
Have the
cache configuration entry understand environment variables
Option to disable pruning the cache
For what it's worth, I just went ahead and used:
Option to disable pruning the cache
Favour matches at word boundaries
Fantastic, thank you very much, @markstos!
Have the fuzzy algorithm favour matches at word boundaries