This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Certain regex pattern gives strange output #81
Labels
bug
Something isn't working
Comments
I would imagine this is matching some value in the PS1 of the server. Would you mind running
and attaching |
CT was not ignoring Operating System Command (OSC) codes, which include setting the title. This has been fixed now and will be published in v0.5.8 soon. Thanks a lot for your help with this :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The regex pattern in question:
^([^$#(]+)(\$|#|\([^)]+\)#)
Expected output:
xxUser123@server-001:~$
Actual output:
0;xxUser123@server-001: ~xxUser123@server-001:~$
Any idea why this is happening? Is there something wrong with the regex, or could it be a bug with Chromaterm?
The text was updated successfully, but these errors were encountered: