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

Remove cbreak before raw

This commit is contained in:
Junegunn Choi
2015-07-22 22:36:39 +09:00
parent 4e0e03403e
commit b53f61fc59

View File

@@ -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