Skip to content

Support printf formats in terminfo strings #7161

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

Closed
wants to merge 1 commit into from

Conversation

lilyball
Copy link
Contributor

Introduce support for terminfo's subset of printf-style formatting on doxXs operations.

r? @thestinger

@lilyball
Copy link
Contributor Author

After discussion in IRC, I'm going to add some methods to std::vec to remove the need for unsafe blocks.

terminfo parameterized strings supports a limited subset of printf-style
formatting operations, such as %rust-lang#5.3d.
@lilyball
Copy link
Contributor Author

Turns out I actually don't even need those new methods to remove the unsafe blocks.

@lilyball
Copy link
Contributor Author

The PR has been updated to remove all unsafe blocks.

@thestinger
Copy link
Contributor

@kballard: test failed: http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/13

bors appears to be stuck though

@lilyball
Copy link
Contributor Author

Closing temporarily at @thestinger's request

@lilyball lilyball closed this Jun 21, 2013
@thestinger thestinger reopened this Jun 21, 2013
bors added a commit that referenced this pull request Jun 21, 2013
Introduce support for terminfo's subset of printf-style formatting on doxXs operations.

r? @thestinger
@bors bors closed this Jun 21, 2013
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.

3 participants