Hi On 2022-02-11 at 02:30 +0100, Mario Lang <[email protected]> wrote: > Working on a Haskell binding for BrlAPI. [--] > Reading the docs again, I am unsure if I want to mimick the low-level > API as much as I usually would. I think it would be better to have a > different type of handle for ttyMode operations. IOW, return some > handle from enterTtyMode and make writeText and friends use that.
I noticed, that it is possible to enter raw mode from within TTY mode. After leaving raw mode, the connection is still in TTY mode. I think this needs to be considered, when making the decision you are talking about. -- Aura _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
