A simple terminal emulator built with SDL2 and a pseudo-terminal (pty) interface.
- Basic terminal emulation
- Support for multiple lines of text
- Text input handling
- C compiler (gcc or clang)
- SDL2
- SDL2_ttf
To build the project, use the following commands:
gcc -o termini main.c -lSDL2 -lSDL2_ttf -g
To run the terminal emulator, use the following command:
./termini