Re: [PATCH v2] Fix segfault when restoring w_alt.cursor

2012-09-14 Thread Sadrul Habib Chowdhury
Thanks! Pushed fix in http://git.savannah.gnu.org/cgit/screen.git/commit/?id=548eebae59f7b91b55587cfe5b580eb02a2d416d Sadrul On Fri, Aug 10, 2012 at 3:24 PM, Michael Spang wrote: > Screen can be segfaulted with the following steps: > > - Start screen > - Enable altscreen with ":altscreen on

[PATCH v2] Fix segfault when restoring w_alt.cursor

2012-08-10 Thread Michael Spang
Screen can be segfaulted with the following steps: - Start screen - Enable altscreen with ":altscreen on" - Enable caption with ":caption always" - Run vim - Resize the current terminal to one line high - Resize the current terminal to multiple lines high - Quit vim This happens bec

[PATCH v2] Fix segfault when restoring w_alt.cursor

2012-08-10 Thread Michael Spang
Screen can be segfaulted with the following steps: - Start screen - Enable altscreen with ":altscreen on" - Enable caption with ":caption always" - Run vim - Resize the current terminal to one line high - Resize the current terminal to multiple lines high - Quit vim This happens bec