acassis commented on code in PR #3657:
URL: https://github.com/apache/nuttx-apps/pull/3657#discussion_r3652724668


##########
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:
   Normally Claude is verbose, I will create a summary



-- 
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]

Reply via email to