-
- Downloads
Bug-fix: console.clearkeybuffer() only removed keys which were manually placed
in the keyboard buffer (e.g. via console.ungetstr()) and not any keys (bytes) which had been received from the remote terminal. Now this method will clear both the "keybuf" (used for ungetkey/ungetstr keys) and the receive byte buffer (sbbs.inbuf).
Loading
Please register or sign in to comment