JorgeGzm commented on code in PR #3628: URL: https://github.com/apache/nuttx-apps/pull/3628#discussion_r3563944824
########## nshlib/nsh_proccmds.c: ########## @@ -72,6 +73,15 @@ # endif #endif +/* ANSI escape sequences used by the top command */ + +#define ANSI_CLEAR_SCREEN "\033[2J" Review Comment: Fixed, note that apache/nuttx#19399 must be merged first to avoid a build break, the VT100_STR_* definitions were moved there. -- 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]
