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

Upgraded vte version to 0.11 #14

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Upgraded vte version to 0.11 #14

merged 1 commit into from
Nov 14, 2022

Conversation

pennbauman
Copy link
Contributor

I also fixed a miss-named variable in the documentation

@@ -79,7 +79,7 @@ where
///
/// ```
/// let str_with_colors = "\x1b[32mfoo\x1b[m bar";
/// let string_without_colors = strip_ansi_escapes::strip_str(string_with_colors);
/// let string_without_colors = strip_ansi_escapes::strip_str(str_with_colors);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I'm surprised this wasn't making doctests fail?

@luser luser merged commit a0a306a into luser:master Nov 14, 2022
@luser
Copy link
Owner

luser commented Nov 14, 2022

Merged, thanks!

@luser luser mentioned this pull request Nov 14, 2022
@benesch benesch mentioned this pull request Dec 11, 2022
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

Successfully merging this pull request may close these issues.

2 participants