summaryrefslogtreecommitdiff
path: root/src/termio/Exec.zig
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-02-13 10:59:04 -0800
committerGitHub <noreply@github.com>2025-02-13 10:59:04 -0800
commitc481bdf70461a8a4660678a819a69ac4f4934ac2 (patch)
treefc1b3f7a0a3436c8806aaf988e9f5516cdd173dc /src/termio/Exec.zig
parent20dcae876d5b93b67ab031b7438e4c49b35518f2 (diff)
parent5105c52ef7208a3145b6d436cc3938adca30a371 (diff)
macos: make goto_split, goto_tab, and move_tab performable (#5740)
Fixes #5552 This makes the mentioned actions performable. This isn't perfect, but it does so in a way that resolves the user issue in #5552. This commit returns an action is NOT performed if it doesn't have splits or tabs (respectiely for the actions), but also reports its ALWAYS performed if it does. This latter logic isn't accurate: we should only return performable if it was actually done. So for example, goto_split:top should do nothing if we're already at the top. But, we report it as performed today. This is good enough to resolve the issue and fix the core problem faced for 1.1.0.
Diffstat (limited to 'src/termio/Exec.zig')
0 files changed, 0 insertions, 0 deletions