mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #313] Examples do not work - Mouse and Keyboard Input Not Mapping to TUI instance #845
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#845
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DmacMcgreg on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/313
Here I am moving my mouse around and hitting up and down arrow keys.
I've tried clearing my .zshrc of basically everything, and the same issue.
Tested in VSCode terminal, Native terminal, and Warp
MacOS 15.6.1
Bun 1.3.2
zig env
.{
.zig_exe = "/opt/homebrew/Cellar/zig/0.15.2/bin/zig",
.lib_dir = "/opt/homebrew/Cellar/zig/0.15.2/lib/zig",
.std_dir = "/opt/homebrew/Cellar/zig/0.15.2/lib/zig/std",
.global_cache_dir = ".cache/zig",
.version = "0.15.2",
.target = "aarch64-macos.15.6.1...15.6.1-none",
.env = .{
.ZIG_GLOBAL_CACHE_DIR = null,
.ZIG_LOCAL_CACHE_DIR = null,
.ZIG_LIB_DIR = null,
.ZIG_LIBC = null,
.ZIG_BUILD_RUNNER = null,
.ZIG_VERBOSE_LINK = null,
.ZIG_VERBOSE_CC = null,
.ZIG_BTRFS_WORKAROUND = null,
.ZIG_DEBUG_CMD = null,
.CC = null,
.NO_COLOR = null,
.CLICOLOR_FORCE = null,
.XDG_CACHE_HOME = null,
.HOME = "redacted",
},
}
@kommander commented on GitHub (Nov 13, 2025):
Mhh seems it somehow fails to set the input to raw, I'll check.
@kommander commented on GitHub (Nov 13, 2025):
I couldn't figure out how to reconnect the piped stdin correctly for bun, so for now it just downloads it. But the executable should work.