EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

history view doesn't immediately show previous command after 30+ commands entered #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. First start a hotwire session and execute at least 30 commands
2. In a clear window, press the up cursor key to select the previous command.

What is the expected output? What do you see instead?

I expect to see the last command I typed highlighted at the bottom of the list.

Instead I see the list, but the last command executed is not visible.  

If I press enter, it is entered in the command box.  Also, if I press up
enough times to have the selected command in the visible list, then I can
press down and the list scrolls to follow the selection.  But the list
should start with the last item selected and visible.

What version of the product are you using? On what operating system?

Latest from svn (1207, 0.723).  Ubuntu 8.04 x86_64

Original issue reported on code.google.com by dmi...@gmail.com on 15 Apr 2008 at 4:29

GoogleCodeExporter commented 9 years ago
Should be fixed now:

Committed r1210
    M   hotwire_ui/completion.py
r1210 = 327a67f1e22aa1a67f9696784aa9e18c9972a1b8 (git-svn)

Original comment by cgwalt...@gmail.com on 24 Apr 2008 at 12:54