From: q@c9x.me Date: Wed, 9 Apr 2014 18:37:23 +0000 (+0200) Subject: fix cursor handling when alt screen is disabled X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/b8d6171cb00c28e4c90e58e101554097003b59d3?hp=b8d6171cb00c28e4c90e58e101554097003b59d3 fix cursor handling when alt screen is disabled I don't like this alt screen thing, but when allowaltscreen == 0, the cursor is still saved and restored after calling 'less' (or 'man'). This patch makes allowaltscreen == 0 usable. ---