summaryrefslogtreecommitdiff
path: root/ted-internal.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 /ted-internal.h
parent0afc98b68a13f492ff4fc95d717bc528d7ee2ab2 (diff)
Fix weirdness with newlines when reloading
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h
index dd109ea..466c6c3 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -491,6 +491,7 @@ void buffer_center_cursor_next_frame(TextBuffer *buffer);
/// perform a series of checks to make sure the buffer doesn't have any invalid values
void buffer_check_valid(TextBuffer *buffer);
void buffer_publish_diagnostics(TextBuffer *buffer, const LSPRequest *request, LSPDiagnostic *diagnostics);
+void buffer_print_undo_history(TextBuffer *buffer);
// === build.c ===
void build_frame(Ted *ted, float x1, float y1, float x2, float y2);