Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions claude-code.el
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ possible, preventing the scrolling up issue when editing other buffers."
(dolist (window windows)
(if (eq window 'buffer)
(goto-char (eat-term-display-cursor eat-terminal))
;; Don't move the cursor around when in eat-emacs-mode
(when (not buffer-read-only)
;; Don't move the cursor around when in eat-emacs-mode (read-only mode)
(when eat--semi-char-mode
(let ((cursor-pos (eat-term-display-cursor eat-terminal)))
;; Always set point to cursor position
(set-window-point window cursor-pos)
Expand Down