-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A reasonable goal for red is that it should be able to run wherever vi can. One place that vi can run (more or less) is the Emacs terminal emulator, aka term-mode (not to be confused with shell-mode, where vi does not work). But when I run red in term-mode, things show up weird. Only one line is visible at a time; everything else is invisible or something. Whitespace shows up as unrelated Unicode characters, like this:
#[cfg(test)]¬
extern·crate·tempfile;¬
extern·crate·termion;¬
#[macro_use]¬
extern·crate·lazy_static;¬
¬
I have no idea how things work at this level, so I can't even begin to think about a solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels