jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.41k stars 606 forks source link

Buffer content does not disappear #1335

Open maliyan opened 4 months ago

maliyan commented 4 months ago

After turning down a page and exiting the tig interface, the terminal will retain part of the list data. Not sure if it's a bug

image
koutcher commented 4 months ago

This was recently requested as a feature but it is not implemented. You get this behaviour if alternate screen is not enabled on your terminal or if your TERM variable points to a terminfo entry that doesn't have smcup/rmcup (or doesn't match your terminal).