From 5a207b62cebb4673eb3422001e8d9435fca9f545 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Wed, 3 Feb 2021 18:48:26 -0500 Subject: line numbering! --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 646da6d..b0e6f6a 100644 --- a/ted.h +++ b/ted.h @@ -70,6 +70,7 @@ typedef struct { bool auto_indent; bool auto_add_newline; bool syntax_highlighting; + bool line_numbers; u8 tab_width; u8 cursor_width; u8 undo_save_time; -- cgit v1.2.3