Skip to content
  1. Jan 27, 2017
    • Yuanle Song's avatar
      make undo work. · ec81b433
      Yuanle Song authored
      - 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
      ec81b433