I use XFCE and its built-in terminal on FreeBSD. When I view a man page and then quit it - by pressing Q - the contents of the man page stay in the terminal. In a GNOME terminal that doesn't happen: the man page's text is removed and you return to the previous stage before opening the man page with all the previously entered commands there. The same happens when I use vim. How can I make sure I get the same behavior on XFCE as well?
echo $TERM
gives me xterm-256color
and changing it to xterm
- as it has been suggested here - doesn't solve my problem. I didn't find an option for "alternate screen" here either.