diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-16 01:14:10 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-16 01:14:10 -0500 |
commit | acfbdf2359f533f88e284b5f5219b5c671992fc7 (patch) | |
tree | 784b7694e86634adeb8a0ec819c1745b5c09a0f9 /ted.h | |
parent | 62cf95e9d3ad2b3b58cf3c67ad1a2b923d36a9b7 (diff) |
processes
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ typedef struct { } Line; // this refers to replacing prev_len characters (found in prev_text) at pos with new_len characters -typedef struct BufferEdit { +typedef struct { bool chain; // should this + the next edit be treated as one? BufferPos pos; u32 new_len; |