DDMsgReader: Inactivity disconnection more consistent with Synchronet behavior. DDLightbarMenu: Use console.getkey() instead of getKeyWithESCChars(), as getKeyWithESCChars() is no longer needed.
Merged
requested to merge dd_msg_reader_timeout_disconnect_and_dd_lightbar_menu_console_getkey into master
- Jan 26, 2025
-
-
Eric Oulashin authored
-
Eric Oulashin authored
DDMsgReader: Removed extraneous KEY_PAGEUP and KEY_PAGEDN definitions and assignments no longer needed (also, they were the result of search & replace and should have been removed in the last commit)
-
Eric Oulashin authored
DDMsgReader: Inactivity disconnection more consistent with Synchronet behavior. DDLightbarMenu: Use console.getkey() instead of getKeyWithESCChars(), as getKeyWithESCChars() is no longer needed. For DDMsgReader, User timeout 'AreYouThere' message and disconnection are more consistent with Synchronet's behavior. However, if the scrollable reader or lightbar list interface is being used, the 'AreYouThere' text will be set to a blank string for the duration of this script's run due to how the text can interfere with the screen and scrolling. The 'AreYouThere' sound will still occur though, and the user will be disconnected if they don't respond.
-