Subj : src/sbbs3/telnet.c telnet.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jun 05 2022 04:08 pm https://gitlab.synchro.net/main/sbbs/-/commit/66e922ad5031a7c2809d28df Modified Files: src/sbbs3/telnet.c telnet.h Log Message: Add telnet_opt_enabled() function that returns true for WILL or DO opt status An option is enabled/supported regardless of which end makes the request, so the status can be WILL (an ACK to a remote request) or DO (an ACK to a local request) when an option is enabled. .