about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--edit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/edit.h b/edit.h
index 957d3e3..db0d416 100644
--- a/edit.h
+++ b/edit.h
@@ -29,7 +29,7 @@
 #include <stddef.h>
 
 enum EditMode {
-	EditEmacs,
+	EditInsert,
 };
 
 struct Edit {
@@ -63,9 +63,6 @@ enum EditFn {
 // Perform an editing function.
 int editFn(struct Edit *e, enum EditFn fn);
 
-// Perform a vi-mode editing function.
-int editVi(struct Edit *e, wchar_t ch);
-
 // Insert a character at the cursor.
 int editInsert(struct Edit *e, wchar_t ch);
 
ommit/home/.profile?id=ce93c29da6c60117c9209f745f165cb480cc3c6c&follow=1'>Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe 2022-03-16Remove -j4 from ./PlanJune McEnroe 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe