ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

horizontal paging results in entire table jumping to top of terminal #32

Open saberworks opened 12 years ago

saberworks commented 12 years ago

SELECT * FROM customers;

Results in a nicely formatted table at the bottom of my terminal, just above the prompt. If I press right arrow to scroll to the right, the entire table jumps to the top of the terminal and then scrolls. It would be nice if either the table would scroll in place (without jumping to the top) or the table would be presented at the top to begin with to eliminate the jumping.