about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-20 17:16:21 -0500
committerJune McEnroe <june@causal.agency>2022-02-20 17:16:21 -0500
commitc929a696eb8a1902a740a19f8f22c745df0cf953 (patch)
tree0ee7b3cb7e58401d3161e7cd01cdd179fdf3a368
parentSave input buffer contents (diff)
downloadcatgirl-c929a696eb8a1902a740a19f8f22c745df0cf953.tar.gz
catgirl-c929a696eb8a1902a740a19f8f22c745df0cf953.zip
Clean up unimplemented editing mode stuff
-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);
 
catgirl to 1.3June McEnroe 2020-11-17Update libretls to 3.2.2June McEnroe 2020-09-29Update libretls to 3.2.1June McEnroe 2020-09-10Update catgirl to 1.2June McEnroe 2020-09-09Add pounce-palaver portJune McEnroe 2020-09-09Update pounce to 2.0June McEnroe 2020-09-09Update litterbox to 1.6June McEnroe 2020-08-23Add scooper portJune McEnroe 2020-08-23Add catsit portJune McEnroe 2020-08-13Update pounce to 1.4p2June McEnroe 2020-08-11Update pounce to 1.4p1June McEnroe 2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe