diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-18 23:49:00 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-18 23:49:00 +0900 |
| commit | c82fb3c9b907043a515dae7fdcc0e30b4c8b7cd1 (patch) | |
| tree | c4cdbbf9955ec304ca2eb512a1682a29e19ab829 /src/tui | |
| parent | 309e1d8619f5a31eec797ab93c89702bb2c71f78 (diff) | |
| download | fzf-c82fb3c9b907043a515dae7fdcc0e30b4c8b7cd1.tar.gz | |
Add toggle-preview-wrap action
Diffstat (limited to 'src/tui')
| -rw-r--r-- | src/tui/light.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/light.go b/src/tui/light.go index 37fcc122..fb8f4f03 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -596,7 +596,7 @@ func (r *LightRenderer) MaxY() int { } func (r *LightRenderer) DoesAutoWrap() bool { - return true + return false } func (r *LightRenderer) IsOptimized() bool { |
