aboutsummaryrefslogtreecommitdiff
path: root/modules/coverage-elisp.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
commit822d62f54c1ebffb16b2b66f9e777920179de55e (patch)
tree1c544750db2d5941aad8bc406e6aa511b9eb2e3d /modules/coverage-elisp.el
parent46b6403cc688490ea923f13819b562a4a22c5d30 (diff)
downloaddotemacs-822d62f54c1ebffb16b2b66f9e777920179de55e.tar.gz
dotemacs-822d62f54c1ebffb16b2b66f9e777920179de55e.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/coverage-elisp.el')
0 files changed, 0 insertions, 0 deletions