Hi,
is it possible to set the number of entries stored in a command field's history? 9 is under for me 
Hi,
is it possible to set the number of entries stored in a command field's history? 9 is under for me 
Yes you can actually - if you go to /dopuslocaldata/State Data/MRU and open the file cli.osd in Notepad, you will see the second line looks like this:
<history>
Simply edit that line to look like this:
<history max="100">
This would set the maximum MRU history to 100.
Nice 
Thanks a lot, Jon 