vt: fix callback enum type
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 23 Mar 2012 15:42:04 +0000 (16:42 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 23 Mar 2012 15:42:04 +0000 (16:42 +0100)
commitcfca84f25061c0b0e473cb1d91695c5979aa423e
treef1d8877b8dc62e839eccf687734f2875b56eaabe
parentd19f7ec2f1c058fbc5b005af0c9bd2e5faa16085
vt: fix callback enum type

We should use the enum type instead of plain "int" to be more verbose
here.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/vt.h
tests/test_console.c
tests/test_terminal.c