Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 512 Bytes

ToDo.md

File metadata and controls

10 lines (9 loc) · 512 Bytes

To Do

  • screen down and up TBD
  • word movement (who does that) is TBD
  • mouse to change windows (only works with one-window)
  • the CollapseGap idea needs to be optimized, too sloppy right now
  • make editing larger files faster by optimizing the Buffer stuff
  • the error(s) from RuneAt which are currently panic-ing on check, should be handled differently
  • and what's with func window2Buffer(w *Window) (window.go); needs the multiwindow update unfangled.
  • implement the buffer as a piece-table, piece-chain?