gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
230 stars 21 forks source link

Strange cursor behavior in REPL #57

Closed prittjam closed 2 years ago

prittjam commented 2 years ago

emacs 27.2 julia 1.6.2 julia-snail 20210818.310

The cursor seems to be behind the edited character by one letter. The bug makes editing in the REPL difficult.

gcv commented 2 years ago

Sounds like a vterm problem. Try deleting the emacs-libvterm package, restarting Emacs, and reinstalling it from scratch.

prittjam commented 2 years ago

It fixed itself.