Skip to content
Snippets Groups Projects
Commit a42433dc authored by rswindell's avatar rswindell
Browse files

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).
parent 39d27cb8
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment