raiden00pl commented on code in PR #3657:
URL: https://github.com/apache/nuttx-apps/pull/3657#discussion_r3652684784
##########
system/readline/readline_common.c:
##########
@@ -733,7 +1638,34 @@ ssize_t readline_common(FAR struct rl_common_s *vtbl, FAR
char *buf,
#ifdef CONFIG_READLINE_TABCOMPLETION
else if (ch == '\t') /* TAB character */
{
+ /* When tab_completion() finds a match (or lists several), it
Review Comment:
do we really need so long comments? such code is difficult for humans to
read and wastes context for AI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]