Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
It currently just moves the duplicate to the front but does not remove the older entries.
Setup (Start cmd.exe and make sure the option is on. Press enter after each line):
echo START
|
echo foo
|
echo bar
|
echo foo
|
Pressing Up-Arrow 3 times is now supposed to display "echo START" and pressing Up-Arrow again does nothing (it does not roll over to the last item again like ROS currently does)