diff options
Diffstat (limited to 'src/command_manager.hh')
| -rw-r--r-- | src/command_manager.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_manager.hh b/src/command_manager.hh index ffd14524..457b2a91 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -59,6 +59,7 @@ struct Token ByteCount pos; BufferCoord coord; String content; + bool terminated = false; }; struct Reader |
