lspace history limit
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
lspace history limit [<n>]
    Limit the size of the history. If no limit is specified the current limit is shown.

    n The number of commands to limit the history to. For a value > 0 we keep that many commands in the history. For a value < 0 we keep all commands, i.e. unlimited history. For a value = 0 we keep nothing, i.e.
      no history.