Skip to content
New issue

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

ANSI Escape Codes Ignored in Raw Strings #432

Open
13ph03nix opened this issue Dec 31, 2024 · 0 comments
Open

ANSI Escape Codes Ignored in Raw Strings #432

13ph03nix opened this issue Dec 31, 2024 · 0 comments

Comments

@13ph03nix
Copy link
Contributor

When using raw strings (r""), ANSI escape codes like \033 for terminal text styling are treated as plain text instead of being processed. This causes the escape sequences to be displayed literally, and no color or formatting is applied.

image

This problem seems to be introduced in PR #420

image

This commit was made by the contributor as part of an automated batch submission to multiple projects. It may potentially break other functionality in pocsuite3. It is recommended to consider reverting this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant