summaryrefslogtreecommitdiffstats
path: root/src/cmds_edit.h
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 16:20:17 -0300
committermongo <mongo@iomega>2016-04-15 16:20:17 -0300
commitf686ba184e0af3fd37aa8a743631a7a376f30843 (patch)
treee9a48dc691511a2961f93163944ba0ca1a84e5b3 /src/cmds_edit.h
parentc0a088d7a4bc61e6e69fa5bd8964c39f68507c71 (diff)
Renamed src.scim2 to src
Diffstat (limited to 'src/cmds_edit.h')
-rwxr-xr-xsrc/cmds_edit.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cmds_edit.h b/src/cmds_edit.h
new file mode 100755
index 0000000..1493f28
--- /dev/null
+++ b/src/cmds_edit.h
@@ -0,0 +1,13 @@
+#include "input.h"
+
+void do_editmode(struct block * sb);
+int start_edit_mode(struct block * buf, char type);
+
+int for_word(int end_of_word, int delete, int big_word);
+int look_for(wchar_t cb);
+int back_word(int big_word);
+
+void del_back_char();
+void del_for_char();
+
+wint_t get_key();