Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 460 Bytes

terminal - Terminal emulator for Linux.

Here we're gonna create a terminal emulator reusing the code ported from Gramado OS. Read TODO.TXT.

 * This is the virtual terminal, terminal.bin. It is a client-side GUI application.
 * It has an embedded command line interface receaving system message.
 * At the second stage it is able to receive input from stderr, sent by the shell. Type 'start-shell'.
 * The plan is to use the tty infrastructure.