diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-22 17:17:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-22 18:26:37 +0530 |
| commit | 0d728071e3287a71ce7928640e63c19f4d0ab00f (patch) | |
| tree | d6e9fc90331e690dbc439e7ab8b9983df2d796a6 /TODO.org | |
| parent | f09f1aa704f06472ec134b40e2f69bf3279c3f06 (diff) | |
| download | null-browser-0d728071e3287a71ce7928640e63c19f4d0ab00f.tar.gz null-browser-0d728071e3287a71ce7928640e63c19f4d0ab00f.zip | |
Build fixes + formatting
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,8 @@ ** Current - [X] Process spawning lua (+ stdio) - [X] Keybindings (lua api) +- [X] Modal keys +- [X] event loop for async work - [ ] example: trigger dmenu for simple selection - [ ] Config loading and runtime path - [ ] Tab history navigation @@ -8,12 +10,11 @@ - [ ] Get tab list api - [ ] Assign ID to each tab (reference in lua api) - [ ] Tab select by id -- [X] event loop for async work - [ ] Fix segfault on quit - [ ] Multi-window ** Next -- [ ] Modal keys +- [ ] Conflict in keymap (keymap already exists) - [ ] History persistance - [ ] History completion - [ ] Open url parsing (add protocol if missing, remove quotes, etc) |
