aboutsummaryrefslogtreecommitdiff
path: root/termkey-internal.h
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-08 17:56:44 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-08 17:56:44 +0000
commitd50d772ca543d5ca4e2e72d7401746343493c73d (patch)
treeb6aab464e91ffbe71d3fbb19fd20be7a0fcd9f0b /termkey-internal.h
parente8806029447040591775cab4fb5bbd355d65bbdf (diff)
downloadtermo-d50d772ca543d5ca4e2e72d7401746343493c73d.tar.gz
termo-d50d772ca543d5ca4e2e72d7401746343493c73d.tar.xz
termo-d50d772ca543d5ca4e2e72d7401746343493c73d.zip
Drivers have names
Diffstat (limited to 'termkey-internal.h')
-rw-r--r--termkey-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey-internal.h b/termkey-internal.h
index 6e68525..2a1a831 100644
--- a/termkey-internal.h
+++ b/termkey-internal.h
@@ -8,6 +8,7 @@
struct termkey_driver
{
+ const char *name;
void *(*new_driver)(termkey_t *tk, const char *term);
void (*free_driver)(void *info);
void (*start_driver)(termkey_t *tk, void *info);