mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
11 lines
315 B
Markdown
11 lines
315 B
Markdown
# `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](../PaneInformation.md) for
|
|
an example using equivalent information to color tabs based on this state.
|
|
|