From 16f647393838ea3eb0778a45178323aea21b67a0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 Jan 2024 02:52:28 +0900 Subject: Change mattn/go-runewidth dependency to rivo/uniseg for accurate results Related #3588 #3588 #3567 --- man/man1/fzf.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'man') 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] @@ -313,6 +312,11 @@ the label. Label is printed on the top border line by default, add 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. -- cgit v1.2.3