From: Mihail Zenkov Date: Tue, 1 Oct 2013 18:02:24 +0000 (+0200) Subject: Fix save/restore cursor X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/62ab938965f2673e029ae2e2a4244788e673bd70?hp=62ab938965f2673e029ae2e2a4244788e673bd70 Fix save/restore cursor st was assuming that save/restore cursor position was independent of the screen that was shown in each moment, but it is not true, because each screen has a different save/restore buffer. This patch fixes it. ---