mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39: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);
|
@stdio_read_line_autocomplete_cmd(sh, ac_buf, str, pos);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// TODO: if we have >1, print the list
|
|
||||||
@stdio_read_line_autocomplete_list_cmds(sh, prompt, ac_buf, str, pos, cmd_count);
|
@stdio_read_line_autocomplete_list_cmds(sh, prompt, ac_buf, str, pos, cmd_count);
|
||||||
// and reprint str below it?
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user