summaryrefslogtreecommitdiff
path: root/src/buttons.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-05-08 05:17:36 +0000
committerMichael Jennings <mej@kainx.org>2001-05-08 05:17:36 +0000
commit07bae6a2646efb0d58ab2cd67e402de33c81d8dc (patch)
treef10c5fb3d302731da307b378074de8b82f05865b /src/buttons.h
parent7f40cf6a9ed1812c9d133114e32e39359281fd72 (diff)
downloadeterm-07bae6a2646efb0d58ab2cd67e402de33c81d8dc.tar.gz
We're getting awfully close....
SVN revision: 4738
Diffstat (limited to 'src/buttons.h')
-rw-r--r--src/buttons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buttons.h b/src/buttons.h
index 4d9e4bc..9eeb571 100644
--- a/src/buttons.h
+++ b/src/buttons.h
@@ -62,6 +62,7 @@ typedef struct button_struct {
action_type_t type;
union {
menu_t *menu;
+ char *script;
char *string;
} action;
char *text;