From f6d49d377ac136fc29457b3b4501f0488b6412e3 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 24 Jan 2021 19:27:49 -0500 Subject: copy/cut/paste --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 16fb131..8556d36 100644 --- a/ted.h +++ b/ted.h @@ -63,6 +63,7 @@ typedef struct { bool is_line_buffer; // "line buffers" are buffers which can only have one line of text (used for inputs) bool selection; bool store_undo_events; // set to false to disable undo events + bool modified; // has the buffer been modified since it was loaded/saved? float x1, y1, x2, y2; u32 nlines; u32 lines_capacity; -- cgit v1.2.3