diff --git a/README.md b/README.md index 9fc4ae62..880c5138 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ Implemented: * Thread pool scheduling `uv_queue_work` + * ANSI escape code controlled TTY `uv_tty_t` + In-progress: * File system events (Currently supports inotify, `ReadDirectoryChangesW` and will support kqueue and event ports in the near future.) `uv_fs_event_t` - * VT100 TTY `uv_tty_t` - * Socket sharing between processes `uv_ipc_t`