mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +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 |
||
---|---|---|
.. | ||
activity.rs | ||
connui.rs | ||
domain.rs | ||
lib.rs | ||
localpane.rs | ||
pane.rs | ||
renderable.rs | ||
ssh.rs | ||
tab.rs | ||
termwiztermtab.rs | ||
tmux.rs | ||
window.rs |