summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:24:37 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:24:37 -0500
commit68066ad410368b0e5d66d7fa983bea882eba1eb6 (patch)
tree4124e596cee112aa076f93ab8915732463522a00 /ted.h
parent00b639118e32c7e65a402ddf70a57d0238b5abe1 (diff)
command selector working!
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index f67a27c..ddbedc8 100644
--- a/ted.h
+++ b/ted.h
@@ -326,3 +326,4 @@ typedef struct Ted {
} Ted;
void command_execute(Ted *ted, Command c, i64 argument);
+void ted_switch_to_buffer(Ted *ted, TextBuffer *buffer);