From b6e3f4423bfb489f271282ea858e453ece5ab22b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 22 Apr 2023 16:29:25 +0900 Subject: [PATCH] [man] Suggest setting RUNEWIDTH_EASTASIAN to 0 or 1 Close #2389 --- CHANGELOG.md | 2 +- man/man1/fzf.1 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838ce17713e..e487db6667f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -194,7 +194,7 @@ CHANGELOG - Added color name `preview-label` for `--preview-label` (defaults to `label` for `--border-label`) - Better support for (Windows) terminals where each box-drawing character - takes 2 columns. Set `RUNEWIDTH_EASTASIAN` environment variable to `1`. + takes 2 columns. Set `RUNEWIDTH_EASTASIAN` environment variable to `0` or `1`. - On Vim, the variable will be automatically set if `&ambiwidth` is `double` - Behavior changes - fzf will always execute the preview command if the command template diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 4bb29bc4475..834babee789 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -241,8 +241,9 @@ Draw border around the finder .br If you use a terminal emulator where each box-drawing character takes -2 columns, try setting \fBRUNEWIDTH_EASTASIAN\fR to \fB1\fR. If the border is -still not properly rendered, set \fB--no-unicode\fR. +2 columns, try setting \fBRUNEWIDTH_EASTASIAN\fR environment variable to +\fB0\fR or \fB1\fR. If the border is still not properly rendered, set +\fB--no-unicode\fR. .TP .BI "--border-label" [=LABEL]