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 · 2 comments
Open

ANSI Escape Codes Ignored in Raw Strings #432

13ph03nix opened this issue Dec 31, 2024 · 2 comments
Labels
bug Something isn't working

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.

@wh0am1i
Copy link
Collaborator

wh0am1i commented Jan 14, 2025

Ok, We will fix it in the next version.

@wh0am1i wh0am1i added the bug Something isn't working label Jan 14, 2025
@13ph03nix
Copy link
Contributor Author

Thanks. I’ll push the updated version to Debian once most of the minor issues are resolved. Since uploading to Debian involves a complex process and requires review, I want to ensure the version is as stable and problem-free as possible.

This was referenced Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants