diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-19 22:56:41 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-19 22:56:41 +0900 |
| commit | 89334e881ec0dbd7190cdc415215ed84f45ba219 (patch) | |
| tree | 20935ac5cc0c3632adfada81c2bbcfbafadbbb9e /man | |
| parent | dcec6354f5e57be1f8420850c3cfd6a56206c67a (diff) | |
| download | fzf-89334e881ec0dbd7190cdc415215ed84f45ba219.tar.gz | |
Update man page and changelog
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index df2fba5f..3ae172e0 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -262,8 +262,9 @@ color mappings. Each entry is separated by a comma and/or whitespaces. \fBlist\-bg \fRList section background \fBselected\-bg \fRSelected line background \fBpreview\-bg \fRPreview window background - \fBinput\-bg \fRInput window background (\fB\-\-input\-border\fR) - \fBheader\-bg \fRHeader window background (\fB\-\-header\-border\fR) + \fBinput\-bg \fRInput window background + \fBheader\-bg \fRHeader window background + \fBfooter\-bg \fRFooter window background \fBhl \fRHighlighted substrings \fBselected\-hl \fRHighlighted substrings in the selected line \fBcurrent\-fg (fg+) \fRText (current line) @@ -284,16 +285,19 @@ color mappings. Each entry is separated by a comma and/or whitespaces. \fBpreview\-scrollbar \fRScrollbar \fBinput\-border \fRBorder around the input window (\fB\-\-input\-border\fR) \fBheader\-border \fRBorder around the header window (\fB\-\-header\-border\fR) + \fBfooter\-border \fRBorder around the footer window (\fB\-\-footer\-border\fR) \fBlabel \fRBorder label (\fB\-\-border\-label\fR, \fB\-\-list\-label\fR, \fB\-\-input\-label\fR, and \fB\-\-preview\-label\fR) \fBlist\-label \fRBorder label of the list section (\fB\-\-list\-label\fR) \fBpreview\-label \fRBorder label of the preview window (\fB\-\-preview\-label\fR) \fBinput\-label \fRBorder label of the input window (\fB\-\-input\-label\fR) \fBheader\-label \fRBorder label of the header window (\fB\-\-header\-label\fR) + \fBfooter\-label \fRBorder label of the footer window (\fB\-\-footer\-label\fR) \fBprompt \fRPrompt \fBpointer \fRPointer to the current line \fBmarker \fRMulti\-select marker \fBspinner \fRStreaming input indicator \fBheader (header\-fg) \fRHeader + \fBfooter (footer\-fg) \fRFooter \fBnth \fRParts of the line specified by \fB\-\-nth\fR (only supports attributes) .B ANSI COLORS: |
