This patch fixes the bug introduced in 8f11e1cd03 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'
8f11e1cd03