chore: move cursor bubble to internal

This commit is contained in:
Maas Lalani
2022-09-14 15:45:51 -04:00
parent a99b55cda1
commit a4ed54327f
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"unicode"
"github.com/atotto/clipboard"
"github.com/charmbracelet/bubbles/cursor"
"github.com/charmbracelet/bubbles/internal/cursor"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/viewport"
tea "github.com/charmbracelet/bubbletea"
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"unicode"
"github.com/atotto/clipboard"
"github.com/charmbracelet/bubbles/cursor"
"github.com/charmbracelet/bubbles/internal/cursor"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
rw "github.com/mattn/go-runewidth"