mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-03 19:30:24 +09:00
If we ever encounter this clipboard.Read() failure, return false immediately. Otherwise, InfoBar.Error(err) will have no effect (it will be immediately overwritten by InfoBar.Message()) so we won't even know that there was an error.