M-griffin / Oblivion2-XRM

Oblivion/2 XRM BBS Software
Other
89 stars 13 forks source link

[XRM-Server] Double ESC in Input Fields aborts, but is not clearing input. #190

Closed M-griffin closed 6 years ago

M-griffin commented 6 years ago

This is an existing issue found while testing the latest rewrite in the 'osx-project' branch with Boost Libs removal. CTRL + Y clears the line of all all input. ESC can also be used to do the same if not an abortable field, otherwise it should also clear like CTRL + Y does.

This is my own functionally not in line with the legacy code.

M-griffin commented 6 years ago

Correction, ESC aborts an input fields. However certain files like user login are not abort-able. It previous was clearing the buffer not the text of the field, not letting the user backspace to clear text already type, this has been corrected per the latest build.

M-griffin commented 6 years ago

This was resolved with Pull Request #194