https://gitlab.synchro.net/main/sbbs/-/merge_requests/262#note_3319
The proper way to edit a string is to pass the K_EDIT mode flag to console.getstr(), e.g.
`var msgSubject = console.getstr(console.screen_columns - console.strlen(subjPromptText) - 1, K_LINE | K_EDIT);`
... as seen in numerous examples through-out exec/*.js.
This method of key-stuffing using ungetstr() shouldn't be necessary.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net