A simple terminal emulator written in C using GTK+ 3 and VTE 2.91.
- Multiple tabs
- Solarized Dark theme
- Nord theme
- Dracula theme
- Copy and paste
- Fullscreen mode
- Process detection
- Bash support
- Scrollback support
- GCC
- GNU Make
- GTK+ 3
- VTE 2.91
- pkg-config
sudo apt update
sudo apt install build-essential pkg-config libgtk-3-dev libvte-2.91-devmake./retrotermBuild:
makeClean:
make cleanRebuild:
make rebuildRight-click inside the terminal and select New Tab.
Click the × button on a tab or select Close Tab from the right-click menu.
If a process is running, RetroTerm will ask for confirmation before closing the tab.
Right-click inside the terminal and select Full Screen.
Right-click inside the terminal and select Copy or Paste.
RetroTerm includes three themes:
- Solarized Dark — Default
- Nord
- Dracula
retroterm/
├── retroterm.c
├── Makefile
└── README.md
MIT License
Made with C, GTK+ 3 and VTE.