mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Add messaging system
This commit is contained in:
@@ -191,7 +191,7 @@ func (v *View) HandleEvent(event tcell.Event) int {
|
||||
case tcell.KeyCtrlS:
|
||||
err := v.buf.Save()
|
||||
if err != nil {
|
||||
// Error!
|
||||
Error(err.Error())
|
||||
}
|
||||
// Need to redraw the status line
|
||||
ret = 1
|
||||
|
||||
Reference in New Issue
Block a user