JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Do not save cursor in tresize.
authornoname <noname@inventati.org>
Mon, 28 Apr 2014 22:35:22 +0000 (02:35 +0400)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Tue, 29 Apr 2014 13:17:50 +0000 (15:17 +0200)
commit6b315558f8095b91988d5b305ed06e082da48889
tree257aced6b0ea731190d9f8b4164ad5e9ff9ea3c4
parent5f91983541014d34274087dbf723b48551f90fc0
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'
st.c