Skip to content

lbarchive/cursedeyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.