45 lines
1.0 KiB
Org Mode
45 lines
1.0 KiB
Org Mode
* mvp todo
|
|
|
|
|
|
** toplevel repl in js_of_ocaml
|
|
** git pull from gitea.departmentofinter.net/console/boot
|
|
** git push to gitea.departmentofinter.net/console/boot
|
|
** execute a git file execution in top level
|
|
** display arbitrary git file from pulled repo
|
|
** edit arbitrary file with common emacs bindings
|
|
*** move left and right by character
|
|
*** move up and down by line
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* other todo
|
|
*** yank (to clipboard) next char
|
|
*** move left and right by word and sentance
|
|
*** region select
|
|
|
|
|
|
* principles?
|
|
an "anywhere" programming environment
|
|
|
|
* 221211
|
|
ok you got the scroll box mostly working so next:
|
|
** fix the scroll jump bugs
|
|
** setup better keybindings
|
|
** fix cursor and active focus indicators
|
|
|
|
|
|
|
|
* 221210 -
|
|
** need to resolve the issue with the ui.t Resize type.
|
|
this is an issue with the direction of the determination of the .height and .width fields of Ui.t
|
|
|
|
currently you were planning to combine update_sensors and update_size
|
|
|
|
in the original nottui.ml library, are Ui.t.w and Ui.t.h determined from the top down orbottom up?
|
|
the bottom up, becahse they are chars
|
|
|
|
|