diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-19 14:08:00 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-19 14:09:09 +0530 |
| commit | 9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7 (patch) | |
| tree | db76f6775ac45f53a280477a4776586e6c6f251f /TODO.org | |
| parent | 1bd89088f1bb6103a34584ae39157abf2f732742 (diff) | |
| download | null-browser-9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7.tar.gz null-browser-9e3474b5d8ee4afdd9c03cfb4a151ffebfca36b7.zip | |
Add libuv + luv for lua runtime
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ ** Current -- [ ] Process spawning lua (+ stdio) +- [X] Process spawning lua (+ stdio) - [ ] Keybindings (lua api) - [ ] Tab history navigation - [ ] Press tab for fill highlighted item in completion - [ ] Assign ID to each tab (reference in lua api) - [ ] Multi-window +- [ ] Fix segfault on quit +- [ ] event loop for async work ** Next - [ ] Modal keys |
