Skip to content

Doesn't work in Emacs #6

@nickdrozd

Description

@nickdrozd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions