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

Add and prefer Terminal.move_xy() over built-in 'move' #130

Merged
merged 3 commits into from Jan 18, 2020
Merged

Conversation

jquast
Copy link
Owner

@jquast jquast commented Jan 17, 2020

Closes #65.

@codecov
Copy link

codecov bot commented Jan 17, 2020

Codecov Report

Merging #130 into master will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   79.89%   79.97%   +0.08%     
==========================================
  Files           8        8              
  Lines         925      929       +4     
  Branches      148      148              
==========================================
+ Hits          739      743       +4     
  Misses        171      171              
  Partials       15       15
Impacted Files Coverage Δ
blessed/terminal.py 87.5% <100%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e07054...fc3dd52. Read the comment docs.

@jquast jquast merged commit 17511d3 into master Jan 18, 2020
@jquast jquast deleted the move_yx branch January 18, 2020 00:03
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.

API Change: Terminal.move (y, x) => (x, y).
1 participant