mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-26 09:53:49 -07:00
Remove cbreak before raw
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user