mirror of
https://github.com/wez/wezterm.git
synced 2024-12-29 00:21:57 +03:00
a6316315bb
This adds an extra level of indirection to the Mux model; previously we allowed for Windows to contain an ordered collection of Tabs, where each Tab represented some kind of pty. This change effectively renames the existing Tab trait to Pane and introduces a new Tab container, so the new model is that a Window contains an ordered collection of Tabs, and each Tab can have a single optional Pane. refs: https://github.com/wez/wezterm/issues/157 |
||
---|---|---|
.. | ||
appearance.markdown | ||
files.markdown | ||
font-shaping.markdown | ||
fonts.markdown | ||
keys.markdown | ||
launch.markdown | ||
lua.markdown | ||
misc.markdown |