diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-11-09 19:17:33 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-11-09 19:17:33 +0900 |
| commit | 520eae817a54a324b038a41f7392ae8e23e97e73 (patch) | |
| tree | 0066275427fbdddcad59ad42e41911e4d14776d0 /src | |
| parent | d099941360e061587bf7d42cd029c91650ef5a44 (diff) | |
| download | fzf-520eae817a54a324b038a41f7392ae8e23e97e73.tar.gz | |
Remove print statement for debugging
Diffstat (limited to 'src')
| -rw-r--r-- | src/terminal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal.go b/src/terminal.go index 3c6960a4..10b1bac5 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -526,7 +526,6 @@ func (t *Terminal) parsePrompt(prompt string) (func(), int) { blankState := ansiOffset{[2]int32{int32(loc[0]), int32(loc[1])}, ansiState{-1, -1, tui.AttrClear}} if item.colors != nil { lastColor := (*item.colors)[len(*item.colors)-1] - fmt.Println(lastColor.offset[1], int32(loc[1])) if lastColor.offset[1] < int32(loc[1]) { blankState.offset[0] = lastColor.offset[1] colors := append(*item.colors, blankState) |
