<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fzf/src/curses, 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>Prepare for termbox/windows build</title>
<updated>2016-11-06T17:32:14+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-10-24T00:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0c573b3dffe806253e1df2447754a5f3939a11f0'/>
<id>0c573b3dffe806253e1df2447754a5f3939a11f0</id>
<content type='text'>
`TAGS=termbox make` (or `go build -tags termbox`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`TAGS=termbox make` (or `go build -tags termbox`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ANSI processor to ignore ^N and ^O</title>
<updated>2016-10-30T03:29:29+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-10-30T03:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=06a6ad8bcafdd2e8a07fdc9c39ad09ab212a95d7'/>
<id>06a6ad8bcafdd2e8a07fdc9c39ad09ab212a95d7</id>
<content type='text'>
This reverts commit 02c6ad0e59be75981baeb1f41cb0bad03aad1c6b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 02c6ad0e59be75981baeb1f41cb0bad03aad1c6b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip ^N and ^O from preview output</title>
<updated>2016-10-30T02:43:06+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-10-30T02:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=02c6ad0e59be75981baeb1f41cb0bad03aad1c6b'/>
<id>02c6ad0e59be75981baeb1f41cb0bad03aad1c6b</id>
<content type='text'>
https://github.com/junegunn/fzf/issues/391#issuecomment-257090266

e.g. fzf --preview 'printf "$(tput setaf 2)foo$(tput sgr0)bar\nbar\n"'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/junegunn/fzf/issues/391#issuecomment-257090266

e.g. fzf --preview 'printf "$(tput setaf 2)foo$(tput sgr0)bar\nbar\n"'
</pre>
</div>
</content>
</entry>
<entry>
<title>Set foreground color without affecting background</title>
<updated>2016-10-21T10:35:59+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-10-21T10:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=0a8d2996dcb3cd3ebf55b783b08667fa3740433b'/>
<id>0a8d2996dcb3cd3ebf55b783b08667fa3740433b</id>
<content type='text'>
Close #712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #712
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for more ANSI color attributes (#674)</title>
<updated>2016-09-28T15:54:27+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-09-28T15:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=1fc565984244bdaf21e736bb9a129fff0de7cab1'/>
<id>1fc565984244bdaf21e736bb9a129fff0de7cab1</id>
<content type='text'>
Dim, underline, blink, reverse
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dim, underline, blink, reverse
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --preview and --preview-window</title>
<updated>2016-06-11T10:59:12+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-06-11T10:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=2bbc12063c475cb7c78c7633e2ffad41aa49d233'/>
<id>2bbc12063c475cb7c78c7633e2ffad41aa49d233</id>
<content type='text'>
Close #587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #587
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore controls chars for bracketed paste mode</title>
<updated>2016-06-11T03:14:34+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-06-11T03:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=b8737b724bf5e7df15bb18fd1a33e57b4e4fe1ab'/>
<id>b8737b724bf5e7df15bb18fd1a33e57b4e4fe1ab</id>
<content type='text'>
Close #594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #594
</pre>
</div>
</content>
</entry>
<entry>
<title>More named keys: F5 ~ F10, ALT-/</title>
<updated>2016-05-18T13:25:09+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-05-18T13:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=c62fc5e75c09262a384e703800fefa6850afa2e8'/>
<id>c62fc5e75c09262a384e703800fefa6850afa2e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow alt-enter and alt-space for --bind (#571)</title>
<updated>2016-05-12T15:43:50+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-05-12T15:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=dd4be1da380724cdb91daccab8978ed50d7ae6ab'/>
<id>dd4be1da380724cdb91daccab8978ed50d7ae6ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine 256-color capability using tigetnum("colors")</title>
<updated>2016-05-10T16:07:06+00:00</updated>
<author>
<name>Junegunn Choi</name>
<email>junegunn.c@gmail.com</email>
</author>
<published>2016-05-10T16:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/fzf/commit/?id=88a80e3c2ca8f3112a13023b4bb35101ed85a8d5'/>
<id>88a80e3c2ca8f3112a13023b4bb35101ed85a8d5</id>
<content type='text'>
Close #570
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #570
</pre>
</div>
</content>
</entry>
</feed>
