summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-03 22:56:06 -0500
committerpommicket <pommicket@gmail.com>2023-03-03 22:56:06 -0500
commitb4f39244f9296838741862d9408cc14b85069bef (patch)
tree5dd1c04bcbd491da88518d1d4ed2d9718615152b /command.h
parent1b383e6884d12d4098c4b6631e9c3e10cba0ffaf (diff)
fix up docs
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index 15c824b..9c91011 100644
--- a/command.h
+++ b/command.h
@@ -47,6 +47,7 @@ typedef enum {
CMD_START_OF_FILE,
/// move cursor to end of buffer
CMD_END_OF_FILE,
+ /// go to previous position
CMD_PREVIOUS_POSITION,
CMD_SELECT_START_OF_FILE,
CMD_SELECT_END_OF_FILE,