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