diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,7 +92,9 @@ typedef struct { } FileSelector; typedef struct Ted { + Font *font_bold; Font *font; + TextBuffer *active_buffer; // buffer we are currently drag-to-selecting in, if any TextBuffer *drag_buffer; |