summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-06-16 00:31:23 -0400
committerpommicket <pommicket@gmail.com>2025-06-16 00:31:31 -0400
commitf62bb21df68ea94d34eb88df09df371a3808e7a0 (patch)
tree13693cf3ce5330f65c5f6237e6933872891e3be8 /command.h
parent0afc98b68a13f492ff4fc95d717bc528d7ee2ab2 (diff)
Fix weirdness with newlines when reloading
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index 076c4ef..400dab1 100644
--- a/command.h
+++ b/command.h
@@ -170,6 +170,9 @@ typedef enum {
/// set tab width/number of spaces to indent with
CMD_SET_TAB_WIDTH,
+ /// print undo history to stdout
+ CMD_DEBUG_PRINT_UNDO_HISTORY,
+
CMD_COUNT
} Command;