Re: [PATCH] terminal: Fix unintended fallthrough to cursor restore

2018-04-05 Thread Derek Foreman
On 2018-04-03 01:38 PM, Daniel Stone wrote: > ef57a9b788 added support for window operations such as reporting the > title in escape mode. It implemented this by which-window-op case, > inside the existing which-escape-code case. Whilst it would break out of > the former window-op case, it never

[PATCH] terminal: Fix unintended fallthrough to cursor restore

2018-04-03 Thread Daniel Stone
ef57a9b788 added support for window operations such as reporting the title in escape mode. It implemented this by which-window-op case, inside the existing which-escape-code case. Whilst it would break out of the former window-op case, it never broke out of the latter escape-code case. This would