mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-21 07:23:49 -07:00
Redraw and adjust upon terminal resize
This commit is contained in:
@@ -421,6 +421,10 @@ func Clear() {
|
||||
C.clear()
|
||||
}
|
||||
|
||||
func Endwin() {
|
||||
C.endwin()
|
||||
}
|
||||
|
||||
func Refresh() {
|
||||
C.refresh()
|
||||
}
|
||||
|
Reference in New Issue
Block a user