We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bug has been reported to the script author? Yes Response or reason: No response
In rare conditions incorrect formatting appears if a color reset character is present
colorize_lines.pl
hellohello
output is underlined differently
output is underlined the same way
The text was updated successfully, but these errors were encountered:
a first test: $input $VAR1 = "\31F10\03115nils_2_\t\32\4hello\31\34hello"; $output $VAR1 = "\31F10\03115nils_2_\t\03115\32\4hello\31\34\03115hello\34";
Sorry, something went wrong.
No branches or pull requests
Script / WeeChat
This bug has been reported to the script author? Yes
Response or reason: No response
Bug summary
In rare conditions incorrect formatting appears if a color reset character is present
Steps to reproduce
colorize_lines.pl
colorize_lines.pl
& type the sameCurrent behavior
output is underlined differently
Expected behavior
output is underlined the same way
The text was updated successfully, but these errors were encountered: