Hacker News new | ask | show | jobs
by archgoon 5053 days ago
Thank you for implementing command history :).

There is a slight bug though. Since the position gets updated after the position is calculated, the displayed value is out of sync.

So entering

1

2

3

And then typing: UP (3), UP (2), DOWN (1)

Displays 1, rather than 3.