mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
@@ -280,10 +280,10 @@ func main() {
|
||||
case *tcell.EventMouse:
|
||||
_, h := screen.Size()
|
||||
_, y := e.Position()
|
||||
if y == h-1 {
|
||||
if y == h-1 && messenger.message != "" {
|
||||
clipboard.WriteAll(messenger.message)
|
||||
continue
|
||||
}
|
||||
continue
|
||||
}
|
||||
|
||||
if TabbarHandleMouseEvent(event) {
|
||||
|
||||
Reference in New Issue
Block a user