Welcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | v0.1.4 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.4.md) | This channel is logged for historical purposes; logs at irclogs.raku.org/mugs/index.html Set by japhb on 3 March 2024. |
|||
patrickb | I'm trying to put termios behind an API. The tcsetattr() function takes an arg of when to put the changes into effect. NOW, DRAIN and FLUSH. I wonder if I need to forward these options in my API. That's kind of strange, since on Windows there is no way to influence the point changes go into effect. | 11:01 | |
I'm now looking for opinions if I can just hard code a value and not expose this option. (Which?) | 11:02 | ||
lizmat | make it a noop on Windows ? | 11:25 | |
patrickb | That's what I currently do. But just maybe only one of those option makes sense in this context. Then I could simplify the API. | 12:29 | |
lizmat | I'm not sure what the options, fwiw :-) | 13:15 | |
*do |