Command field history -> save more then 9 entries?

Hi,

is it possible to set the number of entries stored in a command field's history? 9 is under for me :frowning:

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 :smiley:

Thanks a lot, Jon :exclamation: