1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00
wezterm/.gitignore
Wez Furlong ea46967e2d mux: understand process tree, add mux-is-process-stateful event
This commit adds plumbing to support mapping the process tree to
lua objects which in turn allows a new `mux-is-process-stateful`
event to be defined by the user for finer control over closing
prompt behavior.

refs: #1412
2021-12-18 09:46:00 -07:00

33 lines
605 B
Plaintext

.DS_Store
/docs/_site
/PKGBUILD
/WezTerm*.zip
/WezTerm*.exe
/wezterm*.deb
/wezterm*.tar.xz
/pkg
/target/
/gh_pages/
/docs/SUMMARY.md
/docs/install/*.md
/docs/colorschemes/**/index.md
/docs/config/lua/config/index.md
/docs/config/lua/wezterm/index.md
/docs/config/lua/pane/index.md
/docs/config/lua/window/index.md
/docs/config/lua/mux-events/index.md
/docs/config/lua/window-events/index.md
/docs/config/lua/keyassignment/index.md
**/*.rs.bk
.*.sw*
/esctest.log
/AppDir
/WezTerm*.AppImage
/WezTerm*.AppImage.zsync
/WezTerm-macos-*
/wezterm*-src.tar.gz
/wezterm-linuxbrew.rb
/wezterm.rb
/perf.data*
.idea/