mirror of
https://github.com/charmbracelet/bubbles.git
synced 2026-07-20 02:29:29 -06:00
Revert "chore: move cursor bubble to internal"
This reverts commit a4ed54327f08e510ec54408c93c2a08285c727af.
This commit is contained in:
parent
d177512114
commit
d3aed22a41
@ -6,7 +6,7 @@ import (
|
||||
"unicode"
|
||||
|
||||
"github.com/atotto/clipboard"
|
||||
"github.com/charmbracelet/bubbles/internal/cursor"
|
||||
"github.com/charmbracelet/bubbles/cursor"
|
||||
"github.com/charmbracelet/bubbles/key"
|
||||
"github.com/charmbracelet/bubbles/viewport"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
|
||||
@ -6,7 +6,7 @@ import (
|
||||
"unicode"
|
||||
|
||||
"github.com/atotto/clipboard"
|
||||
"github.com/charmbracelet/bubbles/internal/cursor"
|
||||
"github.com/charmbracelet/bubbles/cursor"
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
rw "github.com/mattn/go-runewidth"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user