mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
eae327efcc
Terminal now maintains a sequence number that increments for each Action that is applied to it. Changes to lines are tagged with the current sequence number. This makes it a bit easier to reason about when an individual line has changed relative to some point in "time"; the consumer of the terminal can sample the current sequence number and then can later determine which lines have changed since that point in time. refs: https://github.com/wez/wezterm/issues/867 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |