Like Xeyes, but for terminal.
Contents
- C99 and POSIX.1-2008 supported compiler
- POSIX-compliant system
- ncurses
TERM=xterm-1003
or withXM=\E[?1003%?%p1%{1}%=%th%el%;
capability.
Simply do the following to install under /usr/local
,
make install
Or you can use PREFIX
to choose the installation location, for example
make PREFIX=$HOME/.local
To uninstall, use uninstall
target.
The contents in this repository have been place in the public domain, or via UNLICENSE.