kakoune/rc/windowing
Johannes Altmanninger 37dcba9089 rc repl tmux: do not record repl session/window since pane might move
A pane's ID is immutable for the lifetime of the tmux server.
Same with window/session IDs.
When creating a new tmux repl, we record all three IDs to later use
them to send text to the repl.
The window/session IDs can be invalidating when a pane is moved to
a different window/session (via "tmux move-pane", "tmux move-window"
etc). This will cause repl-send-text to fail.
Fix this by dropping the redundant and potentially incorrect
window/session IDs.  The immutable pane ID is enough.
2022-11-19 15:21:38 +01:00
..
repl rc repl tmux: do not record repl session/window since pane might move 2022-11-19 15:21:38 +01:00
detection.kak Support focus Within Sway WM 2022-06-02 10:57:28 +01:00
iterm.kak Merge remote-tracking branch 'krobelus/embrace-menu-2' 2022-07-28 21:34:31 +10:00
kitty.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
new-client.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
screen.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
sway.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
tmux.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
wayland.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00
x11.kak rc windowing: use menu behavior for focus 2022-07-21 16:48:44 +02:00