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

Optimize LightRenderer for slow terminals

This commit is contained in:
Junegunn Choi
2017-01-16 02:26:36 +09:00
parent 44d3faa048
commit ede7bfb901
5 changed files with 50 additions and 21 deletions

View File

@@ -204,6 +204,7 @@ type Renderer interface {
MaxX() int
MaxY() int
DoesAutoWrap() bool
IsOptimized() bool
NewWindow(top int, left int, width int, height int, border bool) Window
}