Posts about solved

tags: #emacs | #solved

2025-03-10 13:42

Solved! Terminal Emacs screen tearing/corruption with Unicode characters

I was running into a very strange glitch with terminal Emacs, showing up as all sorts of weird screen tearing and graphical corruption while moving around within and between files.

tl;dr It turns out that I had inadvertently included a Unicode variation selector, which is a zero-width character (so I couldn't see it in the code) but which was throwing Emacs for an absolute loop. Removing that character fixed the problem. Follow along below the fold to learn how I figured it out.

Read more…