jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.68k stars 105 forks source link

Drawing over History #234

Closed guy-who-googles closed 3 years ago

guy-who-googles commented 3 years ago

To reproduce:

  1. Enter commands in terminal
  2. Open and close amp
  3. When scrolling back through your terminal, shell history is covered by amp's theme.

While this isn't terrible for bash, being unable to view ipython history makes ipython's %edit _<line_in_history> less intuitive.

christoph-heiss commented 3 years ago

Try installing the current git version of amp using:

cargo install --git https://github.com/jmacdonald/amp.git

This issue has been fixed with 293d57f519b2f672f740131b5b203672bbcda2db, but there hasn't been a release since that change, thus making a git install necessary.

guy-who-googles commented 3 years ago

I can confirm installing the latest version solves the issue, thanks!