Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Split monolithic terminal_test module #23

Merged
merged 5 commits into from
Jan 7, 2017
Merged

Split monolithic terminal_test module #23

merged 5 commits into from
Jan 7, 2017

Conversation

eugulixes
Copy link
Contributor

No description provided.

# Restore the initial position of the screen.
term._zero((0, 0), (term._right_most, term._bottom_most))
# The cursor is at the down-most position.
self._check_cursor_down(self._terminal._right_most, top=True)
Copy link
Contributor

Choose a reason for hiding this comment

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

self._check_cursor_down(self._terminal._bottom_most, top=True)

Probably `_right_most` was copy-pasted from `test_cursor_right`.
Copy link
Contributor

@dshil dshil left a comment

Choose a reason for hiding this comment

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

LGTM

@dshil dshil merged commit 31253cb into master Jan 7, 2017
@dshil dshil deleted the split-terminal_test branch January 7, 2017 09:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants