mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-23 05:12:08 +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 {
|
if mouse {
|
||||||
C.mousemask(C.ALL_MOUSE_EVENTS, nil)
|
C.mousemask(C.ALL_MOUSE_EVENTS, nil)
|
||||||
}
|
}
|
||||||
C.cbreak()
|
|
||||||
C.noecho()
|
C.noecho()
|
||||||
C.raw() // stty dsusp undef
|
C.raw() // stty dsusp undef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user