aboutsummaryrefslogtreecommitdiff
path: root/modules/custom-buffer-file.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-06 12:47:24 -0500
committerCraig Jennings <c@cjennings.net>2026-06-06 12:47:24 -0500
commita7d9af7d58b6fe0d9807151fc6e6a65b0f301aa4 (patch)
treeb202f064a372cefb83a77f06c16bfd9d2c4aea56 /modules/custom-buffer-file.el
parent36a9908b2007f6237ce6db15f2a817e47e8a782f (diff)
downloaddotemacs-a7d9af7d58b6fe0d9807151fc6e6a65b0f301aa4.tar.gz
dotemacs-a7d9af7d58b6fe0d9807151fc6e6a65b0f301aa4.zip
fix(term): land copy-mode cursor at column 0
Entering copy-mode from C-; x c left the cursor at the live column, far right after a prompt, so scrolling up ran the cursor up the right edge instead of the left. In the tmux branch I append C-a after C-b [, which tmux's emacs copy-mode reads as start-of-line. It has to go after C-b [: before copy-mode is active, C-a would hit the shell's readline instead. In the non-tmux ghostel-copy-mode branch I call beginning-of-line after entering the view, for the same column-0 result. Both branches now run the cursor up the left edge. The non-tmux test asserts ghostel-copy-mode runs before beginning-of-line, since the move only repositions inside an active copy view. Its tracker variable is dwim-order, not calls, to avoid clashing with the variable the tmux mock macro binds.
Diffstat (limited to 'modules/custom-buffer-file.el')
0 files changed, 0 insertions, 0 deletions