Skip to content

Commit

Permalink
[man] Suggest setting RUNEWIDTH_EASTASIAN to 0 or 1
Browse files Browse the repository at this point in the history
Close #2389
  • Loading branch information
junegunn committed Apr 22, 2023
1 parent 0c61d81 commit b6e3f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions man/man1/fzf.1
Expand Up @@ -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]
Expand Down

0 comments on commit b6e3f44

Please sign in to comment.