I'm using Kubuntu with i3, and I've recently migrated from Manjaro because things. My terminal emulator is urxvt but, when I use programs such as vim, less or nano in the terminal remains the part of text displayed by the program before quitting. Do anyone know how to avoid this? I've also tried to put export TERM='urxvt-256color' into my .bashrc but it doesn't work.
Asked
Active
Viewed 90 times
0
Jeff Schaller
- 66,199
- 35
- 114
- 250
Giuseppe Minardi
- 111
-
Done, several times – Giuseppe Minardi Jan 04 '19 at 14:52
-
1The feature you're used to is called the alternate or secondary screen, and should be enabled by default. Does `xrdb -query` show lines starting with either `XTerm*titeInhibit` or `urxvt*secondaryScreen` ? – JigglyNaga Jan 04 '19 at 15:06
-
Seems related: https://unix.stackexchange.com/a/67883/117549 – Jeff Schaller Jan 04 '19 at 16:12