<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/tui, branch v0.66.0-custom</title>
<subtitle>Personal fork of fzf</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/'/>
<entry>
<title>Fix --bold inheritance</title>
<updated>2025-10-12T04:58:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-12T04:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=4ffde48e2f4d5e745b757ba75f650ed6da4d6623'/>
<id>4ffde48e2f4d5e745b757ba75f650ed6da4d6623</id>
<content type='text'>
Fix #4548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4548
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make query string in `--disabled` state bold as before"</title>
<updated>2025-10-12T04:58:46+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-12T04:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=f2b33f038a90fabd4b0564338b44afcbf2be04bb'/>
<id>f2b33f038a90fabd4b0564338b44afcbf2be04bb</id>
<content type='text'>
This reverts commit ab407c4645952d09c4bb9b481b178717f0a0578f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ab407c4645952d09c4bb9b481b178717f0a0578f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make query string in `--disabled` state bold as before</title>
<updated>2025-10-11T00:35:48+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-11T00:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=ab407c4645952d09c4bb9b481b178717f0a0578f'/>
<id>ab407c4645952d09c4bb9b481b178717f0a0578f</id>
<content type='text'>
Fix #4546
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #4546
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename: '--color hidden' to '--color nomatch'</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-03T08:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0df7d105506f3533d45afd6644991e49f3c78c5d'/>
<id>0df7d105506f3533d45afd6644991e49f3c78c5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add special 'strip' style attribute for stripping colors</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-10-01T14:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=91beacf0f4966e0e5ddbcdedae008d8a66f93ab9'/>
<id>91beacf0f4966e0e5ddbcdedae008d8a66f93ab9</id>
<content type='text'>
Test cases:
  fd --color always | fzf --ansi --delimiter /
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim,nth:regular
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strikethrough --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:strikethrough --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:dim:strikethrough --raw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test cases:
  fd --color always | fzf --ansi --delimiter /
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim,nth:regular
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strikethrough --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:strikethrough --raw
  fd --color always | fzf --ansi --delimiter / --nth -1 --color fg:dim:strip,nth:regular,hidden:strip:dim:strikethrough --raw
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise color configuration</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-09-30T15:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=e6ad01fb90df7e324068f61ae96e056f327959c7'/>
<id>e6ad01fb90df7e324068f61ae96e056f327959c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce 'raw' mode</title>
<updated>2025-10-08T15:17:00+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-09-28T11:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=65df0abf0e4143470d824145ecc313e40dd8773d'/>
<id>65df0abf0e4143470d824145ecc313e40dd8773d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tui/light: consume full 7-byte CSI sequences to prevent leftover printing (#4528)</title>
<updated>2025-09-23T14:33:41+00:00</updated>
<author>
<name>Massimo Mund</name>
<email>masmu@users.noreply.github.com</email>
</author>
<published>2025-09-23T14:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=148b0a94cdb88bc6e0ff36af1ab2b7bccd24e555'/>
<id>148b0a94cdb88bc6e0ff36af1ab2b7bccd24e555</id>
<content type='text'>
- Fix parsing in escSequence so 7-byte CSI forms (e.g. ESC [ 5 ; 10 ~) set *sz = 7 and the entire sequence is consumed.
- Prevents trailing bytes (like 10~) from remaining in the input buffer and being printed as stray characters.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix parsing in escSequence so 7-byte CSI forms (e.g. ESC [ 5 ; 10 ~) set *sz = 7 and the entire sequence is consumed.
- Prevents trailing bytes (like 10~) from remaining in the input buffer and being printed as stray characters.</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust base16 (16) theme (#4501)</title>
<updated>2025-09-17T10:38:49+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-09-17T10:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2a92c7d792b45112ab82eef0be2aa11038e6185d'/>
<id>2a92c7d792b45112ab82eef0be2aa11038e6185d</id>
<content type='text'>
Motivation:

`--color base16` can be a better default than `dark` or `light`, since it uses
the colors defined by the current theme. This usually blends in more
naturally and works well in both light and dark modes.

However, some elements were previously hard-coded with white or black
foreground colors, which can cause rendering issues in certain terminal
themes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Motivation:

`--color base16` can be a better default than `dark` or `light`, since it uses
the colors defined by the current theme. This usually blends in more
naturally and works well in both light and dark modes.

However, some elements were previously hard-coded with white or black
foreground colors, which can cause rendering issues in certain terminal
themes.</pre>
</div>
</content>
</entry>
<entry>
<title>Style change: thinner gutter column (#4521)</title>
<updated>2025-09-16T12:22:56+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2025-09-16T12:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=a67aa85820c2e278e1c32fb8fdfe137523537ccb'/>
<id>a67aa85820c2e278e1c32fb8fdfe137523537ccb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
