Fixed Mouse binding issue after external Editor by https://github.com/rivo/tview/issues/545

This commit is contained in:
Anis Ahmad
2021-01-15 11:35:06 +06:00
parent 1b6ae23158
commit 0c09a29550
9 changed files with 154 additions and 44 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/gdamore/tcell"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
"github.com/ajaxray/geek-life/model"