altsql-shell icon indicating copy to clipboard operation
altsql-shell copied to clipboard

horizontal paging results in entire table jumping to top of terminal

Open saberworks opened this issue 12 years ago • 0 comments

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.

saberworks avatar Jun 01 '12 18:06 saberworks