summaryrefslogtreecommitdiff
path: root/rc/tools/python
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2022-10-30 19:08:50 +0100
committerJohannes Altmanninger <aclopte@gmail.com>2022-11-19 15:21:38 +0100
commit37dcba9089424f4409146a5b98961e9bfae95443 (patch)
tree284f9778d5ff7c50ef221104d3caf54193150e70 /rc/tools/python
parent9891f111571bfdca10578804184b5455288bfc1b (diff)
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.
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions