summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-21 02:52:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-21 02:54:41 +0900
commit16f647393838ea3eb0778a45178323aea21b67a0 (patch)
tree71f117d5d727b204f3e7f418ab8e68e1f5cbb437 /man
parent66546208b2d29257b736302592f9566952e29905 (diff)
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Related #3588 #3588 #3567
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.110
1 files changed, 7 insertions, 3 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 55db6d6b..6e6417c7 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -260,9 +260,8 @@ 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 environment variable to
-\fB0\fR or \fB1\fR. If the border is still not properly rendered, set
-\fB--no-unicode\fR.
+2 columns, try setting \fB--ambidouble\fR. If the border is still not properly
+rendered, set \fB--no-unicode\fR.
.TP
.BI "--border-label" [=LABEL]
@@ -314,6 +313,11 @@ Use ASCII characters instead of Unicode drawing characters to draw borders,
the spinner and the horizontal separator.
.TP
+.B "--ambidouble"
+Set this option if your terminal displays characters with East Asian Width
+Class Ambiguous (e.g. box-drawing characters for borders) as 2 columns.
+
+.TP
.BI "--margin=" MARGIN
Comma-separated expression for margins around the finder.
.br