Files
junegunn--fzf/src/util
Junegunn Choi f57920ad90 Do not print non-displayable characters
fzf used to print non-displayable characters (ascii code < 32) as '?',
but we will simply ignore those characters with this patch, just like
our terminals do.

\n and \r are exceptions. They will be printed as a space character.

TODO: \H should delete the preceding character, but this is not implemented.

Related: #1253
2018-04-12 17:49:52 +09:00
..
2015-01-12 12:56:17 +09:00
2015-01-12 12:56:17 +09:00
2018-03-13 14:56:55 +09:00
2015-01-12 12:56:17 +09:00
2016-09-18 14:34:46 +09:00
2017-09-28 23:05:02 +09:00