-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
106 additions
and
2,328 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# 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 rght 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.