diff options
author | pommicket <pommicket@gmail.com> | 2023-03-02 10:52:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-02 10:52:08 -0500 |
commit | 4aebef26deaed5d26fe450193da044f7734051e1 (patch) | |
tree | 1bc66ba0db2e41bb78241eda9bf14466e8538f37 /command.h | |
parent | eddcc7e8c6c02970ac658024b3a8c6b5f416c8a5 (diff) |
:previous-position
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef enum { CMD_START_OF_FILE, /// move cursor to end of buffer CMD_END_OF_FILE, + CMD_PREVIOUS_POSITION, CMD_SELECT_START_OF_FILE, CMD_SELECT_END_OF_FILE, /// select entire buffer |