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

Append rizin results in plaintext to include tabs etc (fixes #3193) #3236

Merged
merged 1 commit into from
Aug 30, 2023

Commits on Aug 25, 2023

  1. append rizin results in plaintext to include tabs etc (fixes rizinorg…

    …#3193)
    
    the output of rizin was formatted as html, which caused \n to become
    <br/>, making it impossible to just use appendPlainText() as-is. We have
    to tell rizin not to give us html, so that we can use \t in the output.
    
    Simply replacing \t with spaces, `&emsp;` or similar doesn't work, as
    the appendHtml() replaces multiple spaces with one.
    lionkor committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    eda02aa View commit details
    Browse the repository at this point in the history