# Watch: http://www.leonerd.org.uk/code/libvterm/
. "$GRIMOIRE/FUNCTIONS"
           SPELL=libvterm
         VERSION=0.3.3
     SOURCE_HASH=sha512:0117f71988d2c3c1b5e46d0778ce491a8ab9033f3afc9a9905b6d52d0e2adb59ee101667826281470e4c9de5178cbe966f4ecb2c7673e9644c7ca3508491bb49
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://www.leonerd.org.uk/code/$SPELL/$SOURCE"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.leonerd.org.uk/code/libvterm/"
      LICENSE[0]=GPL
         ENTERED=20091218
           SHORT="Abstract library terminal emulator"
cat << EOF
An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its embedding program
should provide it to draw on its behalf. It avoids calling malloc() during
normal running state, allowing it to be used in embedded kernel situations.

Not to be confused with <https://github.com/TragicWarrior/libvterm>.
EOF
