Skip to content

Commit e056eda

Browse files
haliceaclaude
andcommitted
misc: drop stale macro-queue comment, note multicursor in TODOS
The comment in main.c restated the condition; the loop body already makes the intent obvious. Add an [IN-PROGRESS] entry for multicursor support to track ongoing work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f12671e commit e056eda

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

TODOS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ Keeping track of the list of open buffers at the current directory
3333
Ideation
3434

3535
## [DONE] Imports sanitization
36+
37+
## [IN-PROGRESS] Multicursor support
38+

src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ int main(int argc, char *argv[]) {
133133
while (1) {
134134
ed_render_frame();
135135

136-
/* If there are keys in the macro queue, process them immediately
137-
* without waiting for stdin */
138136
if (macro_queue_has_keys()) {
139137
ed_process_keypress();
140138
continue;

0 commit comments

Comments
 (0)