diff options
author | pommicket <pommicket@gmail.com> | 2023-07-31 23:51:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-01 12:54:24 -0400 |
commit | 7c5ca21fdd5fb3448376e9491528487ddb5db076 (patch) | |
tree | 4ff33aa87182f48a0e001bf1532799191b518d53 /ted.h | |
parent | f8b5606c42ba3ae35baf823c12865cc7aa68d260 (diff) |
fix inconsistencies btwn xoff_to_index & rendering
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -412,6 +412,8 @@ typedef struct { u32 nlines; /// capacity of \ref lines u32 lines_capacity; + /// cached tab width, updated every frame + u8 tab_width; /// which LSP this document is open in LSPID lsp_opened_in; |