From: noname Date: Mon, 28 Apr 2014 22:35:22 +0000 (+0400) Subject: Do not save cursor in tresize. X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/6b315558f8095b91988d5b305ed06e082da48889?ds=sidebyside;hp=6b315558f8095b91988d5b305ed06e082da48889 Do not save cursor in tresize. This patch fixes the bug introduced in 8f11e1cd034ff28ca47bb4955505db7fa8016ba8 To reproduce the bug: 1. Save cursor: printf '\e[s' 2. Load cursor: printf '\e[u' 3. Resize st window. 4. Load cursor again: printf '\e[u' ---