import: Use micro-editor/tcell (legacy) instead of zyedidia/tcell (#3593)

This commit is contained in:
Jöran Karl
2025-01-04 15:55:46 +01:00
committed by GitHub
parent 82467ba9f6
commit 6600430e88
23 changed files with 24 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ import (
"github.com/zyedidia/micro/v2/internal/screen"
"github.com/zyedidia/micro/v2/internal/shell"
"github.com/zyedidia/micro/v2/internal/util"
"github.com/zyedidia/tcell/v2"
"github.com/micro-editor/tcell/v2"
)
var (

View File

@@ -12,7 +12,7 @@ import (
"github.com/zyedidia/micro/v2/internal/buffer"
"github.com/zyedidia/micro/v2/internal/config"
"github.com/zyedidia/micro/v2/internal/screen"
"github.com/zyedidia/tcell/v2"
"github.com/micro-editor/tcell/v2"
)
var tempDir string