summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-04-22 16:29:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-04-22 16:35:46 +0900
commitb6e3f4423bfb489f271282ea858e453ece5ab22b (patch)
treeb75107d92adad7878f73db45fc4623a0d4504477
parent0c61d8171374337bdc37ac217b09c0b30d1b37ee (diff)
[man] Suggest setting RUNEWIDTH_EASTASIAN to 0 or 1
Close #2389
-rw-r--r--CHANGELOG.md2
-rw-r--r--man/man1/fzf.15
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 838ce177..e487db66 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 4bb29bc4..834babee 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]