make undo work.
- implemented undo using snapshots. I kept recent 1000 snapshots in a bounded stack. note: snapshot must clone the underlying array instead of shadow copying. - bugfix: when input invalid number like "2.3.", the error msg was not shown on #error-msg. - use monospace font on #number-display
parent
64b2e803
Please register or sign in to comment