mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
System/Libraries/Stdio: Remove outdated TODO
This commit is contained in:
@@ -202,9 +202,7 @@ U0 @stdio_read_line_autocomplete(@shell* sh, U8* prompt, U8* str, I64* pos)
|
||||
@stdio_read_line_autocomplete_cmd(sh, ac_buf, str, pos);
|
||||
break;
|
||||
default:
|
||||
// TODO: if we have >1, print the list
|
||||
@stdio_read_line_autocomplete_list_cmds(sh, prompt, ac_buf, str, pos, cmd_count);
|
||||
// and reprint str below it?
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user