Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 746 Bytes

README.rst

File metadata and controls

50 lines (29 loc) · 746 Bytes

cursedeyes

Like Xeyes, but for terminal.

cursedeyes.png
  • C99 and POSIX.1-2008 supported compiler
  • POSIX-compliant system
  • ncurses
  • TERM=xterm-1003 or with XM=\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.