I found that I needed fewer lines in the history for some projects, so I made it possible to change the limit. I think others might find use for it (even going beyond 1000, if they're weird). The constant is only used when creating the State struct, then an internal int is used referenced wherever the HistoryLimit constant used to be.
I found that I needed fewer lines in the history for some projects, so I made it possible to change the limit. I think others might find use for it (even going beyond 1000, if they're weird). The constant is only used when creating the State struct, then an internal int is used referenced wherever the HistoryLimit constant used to be.