home/rc/windowing/repl
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
..
dtach.kak Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00
kitty.kak Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00
tmux.kak rc repl tmux: do not record repl session/window since pane might move 2022-11-19 15:21:38 +01:00
x11.kak Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00