1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-04 07:06:59 +03:00
wezterm/docs/config/lua/pane/has_unseen_output.md
2023-03-20 22:54:27 -07:00

319 B

pane:has_unseen_output()

{{since('20220319-142410-0fcdea07')}}

Returns true if there has been output in the pane since the last time the time the pane was focused.

See also PaneInformation.has_unseen_output for an example using equivalent information to color tabs based on this state.