You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@NeilHanlon can you share the contents of the pane that triggered the exception? You mentioned it crashed on empty panes right? I think it could be related to characters in the shell prompt.
You can open a new pane and figure out the pane id by running echo $TMUX_PANE
Clear screen in that pane.
In another shell or pane run tmux capture-pane -J -p -t <value-of-tmux-pane> > /tmp/pane-contents
Originally pointed out here #112 (comment)
It seems to be a PCRE2 exception, although I still don't know under which circumstances it's raised.
The text was updated successfully, but these errors were encountered: