Redox terminal library?

Is there something like termios on redox-os? Say I wanted to silence input echo, how would I go about it?

Use https://github.com/Ticki/termion

Here are some CLI games that you can use as examples.