mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Remove cbreak before raw
This commit is contained in:
parent
4e0e03403e
commit
b53f61fc59
@ -262,7 +262,6 @@ func Init(theme *ColorTheme, black bool, mouse bool) {
|
||||
if mouse {
|
||||
C.mousemask(C.ALL_MOUSE_EVENTS, nil)
|
||||
}
|
||||
C.cbreak()
|
||||
C.noecho()
|
||||
C.raw() // stty dsusp undef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user