m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Add --no-bold option

This commit is contained in:
Junegunn Choi
2016-11-15 23:57:32 +09:00
parent 22487810ba
commit 4b332d831e
4 changed files with 33 additions and 20 deletions

View File

@@ -30,11 +30,11 @@ type Attr C.int
type WindowImpl C.WINDOW
const (
Bold = C.A_BOLD
Dim = C.A_DIM
Blink = C.A_BLINK
Reverse = C.A_REVERSE
Underline = C.A_UNDERLINE
Bold Attr = C.A_BOLD
Dim = C.A_DIM
Blink = C.A_BLINK
Reverse = C.A_REVERSE
Underline = C.A_UNDERLINE
)
const (