make_tty_ops
Creates and returns an object containing terminal operation handlers for character output and file synchronization.
def make_tty_ops() - > object
Creates and returns an object containing operational handlers for TTY device interactions, specifically for character output and stream synchronization.
Returns
| Type | Description |
|---|---|
object | An object containing 'put_char' and 'fsync' methods used to manage TTY output buffers and display logic. |