mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
126 stars 14 forks source link

Lords of Cyberspace Input Fix #595

Closed enusbaum closed 8 months ago

enusbaum commented 8 months ago

Fixes #593 input issue with Lords of Cyberspace.

The main issue is that the majority of modules tested to date use BTUCHI to intercept <ENTER> or key inputs and invoke input from there. Lords of Cyberspace, while using BTUCHI, isn't using it to intercept <ENTER>, causing it to be queued up twice.

Documented more thoroughly here: https://github.com/mbbsemu/MBBSEmu/issues/593#issuecomment-1793288605