Open ghost opened 2 years ago
Which OS? How did you install it (package manager / website / self compiled)?
@selsta Downloaded the offical 64bit binary package for linux
Are you using tmux / screen? What is your $TERM
set to? See also https://github.com/monero-project/monero/issues/6713
TERM=rxvt-unicode-256color
I wasnt using tmux when creating this issue
@selsta Thanks, running with TERM=xterm ./monero-wallet-cli
did the trick. Although I think you guys should at least mark this somewhere in your repo as a bug or something cause this really is just a workaround. I wonder why this works though, what library is monero-cli using?
We simply don't have fallback entries for it: https://github.com/monero-project/monero/blob/master/contrib/depends/patches/ncurses/fallback.c#L11
Is rxvt-unicode-256color frequently used?
@selsta Not sure if frequently, but it is used by rxvt-unicode a very popular alternative to xterm.
When I launch the monero cli application, the output is offset in weird ways, like badly formated. Backspace doesnt work either.
Version: Monero 'Fluorine Fermi' (v0.18.0.0-release)
If you need any more info let me know.