aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-13 15:39:40 -0500
committerCraig Jennings <c@cjennings.net>2026-05-13 15:39:40 -0500
commit293f15f7b89760ffd8c61c179a9aaef5ddc08503 (patch)
tree1cc1ad02a8438786255eba489a89f2a0ec498842 /Makefile
parent666381e2d69388d424c8024dfb24d84a4faad6ee (diff)
downloaddotemacs-293f15f7b89760ffd8c61c179a9aaef5ddc08503.tar.gz
dotemacs-293f15f7b89760ffd8c61c179a9aaef5ddc08503.zip
feat(vterm): show tmux scrollback history in place
`cj/vterm-tmux-history' previously used `pop-to-buffer', which routed the history view through display-buffer-alist -- in an agent window that often meant a split or a hand-off to another window, costing the agent its frame slot. `switch-to-buffer' instead drops the history into the selected window directly; the existing quit handler already restores the origin in that same window via `set-window-buffer'. New test asserts the in-place behavior: starting single-window with a vterm origin, invoking the command leaves `(one-window-p)` t with the history buffer in the original slot. The existing render test no longer needs its `pop-to-buffer' stub since `switch-to-buffer' works in batch.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions