aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.h')
-rw-r--r--src/textadept.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/textadept.h b/src/textadept.h
index f34c2655..5f9b62c1 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -66,10 +66,9 @@ void l_goto_scintilla_buffer(GtkWidget *editor, int n, bool absolute=true);
void l_set_buffer_global(ScintillaObject *sci);
void l_handle_error(lua_State *lua, const char *errmsg=0);
-bool l_handle_signal(const char *s);
-bool l_handle_signal(const char *s, const char *arg);
+bool l_handle_event(const char *e);
+bool l_handle_event(const char *e, const char *arg);
bool l_handle_keypress(int keyval, GdkEventKey *event);
-void l_handle_completion(const char *command);
void l_handle_scnnotification(SCNotification *n);
void l_ta_command(const char *command);