You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- should not call setCursor multiple times per command (maybe the cursor position should be the return value and the caller in charge to call setCursor)
- redo bug: avoid unlimited loops
- backwardDeleteWord
- font Awesome
- tables
- mobile support
- colors
Optimizations to do
- deleteBackward: optimize to remove consecutive spaces in one shot
- deleteRange: optimize to remove included full Nodes at once