chiark / gitweb /
Prevent accidentally stacking multiple [ESC][R].
authorSimon Tatham <anakin@pobox.com>
Thu, 7 Dec 2023 07:45:30 +0000 (07:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 7 Dec 2023 07:45:30 +0000 (07:45 +0000)
commitaf9731f3ca47f448c484efbbf07e5b91ba4e1a72
treec2b754b03d1f2ed2b69e92609e2ebbc5031f1abd
parentd5f54aed55d63ce936d2434ea800a62bd325dac4
Prevent accidentally stacking multiple [ESC][R].

Now, if you [ESC] to get to where you already were, it will just go
back to the existing stack entry.

(But maybe this still isn't strong enough? Perhaps we need to search
for it all the way up?)
cursesclient.py