prompt-toolkit / pypager

A $PAGER in pure Python, similar to "less".
BSD 3-Clause "New" or "Revised" License
85 stars 19 forks source link

pypager sometimes crops content on Windows #5

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

I was testing pypager with our tool, mssql-cli, and for the most part it works great! I'd love to incorporate it into our product.

I noticed, however, that pypager will crop content with some of our query results on Windows. For example, I see the following when executing the same query on Windows and macOS:

Windows: pypager-win

macOS (what it should look like): pypager-mac

FYI--the results come from querying a SQL db with select * from sys.databases.

ellbosch commented 4 years ago

Latest version fixed this issue :)