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

Pager tearing bug #1153

Merged
merged 1 commit into from Dec 14, 2011
Merged

Conversation

prabhuramachandran
Copy link
Contributor

This is an update to #1150. I've merged these changes with master as well and tested this on Linux and Windows XP 64 bit and it works fine. The tearing bug isn't completely gone but until we find a cleaner solution this at least makes the pager functional when used in the vsplit mode.

@fperez
Copy link
Member

fperez commented Dec 14, 2011

@prabhuramachandran, please simply rebase your branch onto master, so that we don't have criss-crossing of the history. Basically your PR should only show your own commits, and not the master merge. Let us know if you need a hand with the rebase details and we'll be happy to help.

On Mac OS X, scrolling the pager when it is split vertically causes the
help text to tear (i.e. the help text is unreadable).  This hack
attempts to make it a little better although the solution may not be
optimal at all.
@prabhuramachandran
Copy link
Contributor Author

@fperez, sorry about that, I've rebased and hope this is OK. Do let me know if I've messed anything up. Thanks.

@fperez
Copy link
Member

fperez commented Dec 14, 2011

I've also tested on ubuntu 11.10 and it works OK here. Since we had already tested the exact same logic yesterday on OSX, I'll go ahead and merge now. Thanks!

@fperez fperez merged commit 811b745 into ipython:master Dec 14, 2011
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.

None yet

2 participants