summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/input/go.mod
diff options
context:
space:
mode:
authoradamdotdevin <[email protected]>2025-07-10 15:49:49 -0500
committeradamdotdevin <[email protected]>2025-07-10 15:49:58 -0500
commit294d0e7ee3476f4425c3d21fbaf82dfce3aba017 (patch)
tree3c24c5caf7075612dc58ff4cdb1b1f87eedc2d9b /packages/tui/input/go.mod
parent8be1ca836c806c5a3ea3f2f5b49a696063dd3a91 (diff)
downloadopencode-294d0e7ee3476f4425c3d21fbaf82dfce3aba017.tar.gz
opencode-294d0e7ee3476f4425c3d21fbaf82dfce3aba017.zip
fix(tui): mouse wheel ansi codes leaking into editor
Diffstat (limited to 'packages/tui/input/go.mod')
-rw-r--r--packages/tui/input/go.mod18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/tui/input/go.mod b/packages/tui/input/go.mod
new file mode 100644
index 000000000..36a9a92ab
--- /dev/null
+++ b/packages/tui/input/go.mod
@@ -0,0 +1,18 @@
+module github.com/charmbracelet/x/input
+
+go 1.23.0
+
+require (
+ github.com/charmbracelet/x/ansi v0.9.3
+ github.com/charmbracelet/x/windows v0.2.1
+ github.com/muesli/cancelreader v0.2.2
+ github.com/rivo/uniseg v0.4.7
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
+ golang.org/x/sys v0.33.0
+)
+
+require (
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
+ github.com/mattn/go-runewidth v0.0.16 // indirect
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
+)