On Wed, Nov 8, 2017, at 14:55, Java 7ág wrote:
> Is there a way to disable the alternate screen in dvtm?
> If there isn't, any plans?
The ability to disable the alternate screen does not seems to be built
into dvtm. I do not see a pull request to do so. If you write a pull request to do
so, the author might be willing to link to it from
https://dropboxhub.com/martanne/dvtm#pull requestes.
According to
http://shallowsky.com/linux/noaltscreen.html, another way
to disable the alternate screen is to change the terminfo entry to
remove rmcup and smcup. Have you tried that? To do so, edit dvtm.info,
remove the smcup and rmcup lines, and re-run make install (I had to
"sudo rm -i /usr/local/share/terminfo/d/dvtm*" before re-running make
install.). I tried it and it seems to work. Make sure that the rmcup
and smcup entries are gone by running infocmp dvtm.
Received on Fri Nov 10 2017 - 05:33:41 CET