Skip to content

More documentation improvements: clarifying behaviour #120

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

Merged
merged 10 commits into from
Apr 30, 2022

Conversation

grunweg
Copy link
Contributor

@grunweg grunweg commented Apr 29, 2022

In addition to some minor stylistic edits (see inline), I

  • clarified how the cursor is positioned after the various clear functions
  • clarify that indices in move_to are 0-based. (I was wondering about that; it seems harmless to guarantee this since the ANSI code move-to sequences that this is based on have the same semantics.)
  • document how move_cursor_{left,right,up,down} behave when called with a larger value than possible.

Based on #119; only the last four commits are new.

@pksunkara pksunkara merged commit b3ecb7d into console-rs:master Apr 30, 2022
@grunweg
Copy link
Contributor Author

grunweg commented Apr 30, 2022

Thanks for the fast review!

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