summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2018-04-12 17:49:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-04-12 17:49:52 +0900
commitf57920ad903105381b02502580be2bb11e4e6714 (patch)
treea2e92a8bb9925b842a34c19c6e6e3ebc2d00bf8f /shell
parent7dbbbef51afe071f9a725cf7dccf4fb2aafd8e3f (diff)
downloadfzf-f57920ad903105381b02502580be2bb11e4e6714.tar.gz
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
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions