https://github.com/lycuid/cluterm
Terminal Emulator (wip).
https://github.com/lycuid/cluterm
linux terminal terminal-emulator tty
Last synced: about 1 month ago
JSON representation
Terminal Emulator (wip).
- Host: GitHub
- URL: https://github.com/lycuid/cluterm
- Owner: lycuid
- License: gpl-3.0
- Created: 2023-03-27T21:52:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T17:16:38.000Z (almost 2 years ago)
- Last Synced: 2025-09-12T11:52:51.038Z (9 months ago)
- Topics: linux, terminal, terminal-emulator, tty
- Language: C
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cluless terminal (work in progress).
It can still be used (but with slow performance).
#### Requirements:
- [sdl2](https://github.com/libsdl-org/SDL)
- [SDL2_ttf](https://github.com/libsdl-org/SDL_ttf)
- pkg-config (optional).
_**Note**_: update the values for _fonts_ as per needed in `lib/config.h` file.
#### Build:
```sh
make -j
```
#### Run:
```sh
make -j run