summaryrefslogtreecommitdiffstats
path: root/src/cmds_edit.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-16 17:19:21 -0300
committerAndrés <andmarti@gmail.com>2021-03-16 17:19:21 -0300
commit4fc2270e774de8f06dd1e479404d20c66d85ce7a (patch)
tree9b307e611dcecc68d4bc9468b11670dbc436e318 /src/cmds_edit.h
parentbb3616d75bac0cdc27bd4219b2ddd512f9214cd7 (diff)
EDIT_MODE: Added '^' 'g_' commands
Diffstat (limited to 'src/cmds_edit.h')
-rw-r--r--src/cmds_edit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmds_edit.h b/src/cmds_edit.h
index 6bdd300..9313b35 100644
--- a/src/cmds_edit.h
+++ b/src/cmds_edit.h
@@ -55,4 +55,7 @@ int back_word(int big_word);
void del_back_char();
void del_for_char();
+int first_nonblank_char();
+int last_nonblank_char();
+
wint_t get_key();