chiark / gitweb /
Correct handling of [RET] in files and menus.
authorSimon Tatham <anakin@pobox.com>
Thu, 7 Dec 2023 07:12:48 +0000 (07:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 7 Dec 2023 07:12:48 +0000 (07:12 +0000)
commit34e83871520fc948db7f08cbdfe5dfad462c7be0
tree2dea7dbbe33724bafd7c5bd640b464b64eed5555
parent590fa767ba778661869216bb18203c70fb941aa8
Correct handling of [RET] in files and menus.

(a) turned out curses was returning it as \n not \r
(b) also, in a file, it should go down a line _or exit_.
cursesclient.py