You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we execute some command on OpenWRT devices (that have the linux device type, basically), we can see ANSI escape codes that set the output colours. For example,
There are already some regexes related to the output colours in the code. But I do not know how general the new regex should be. So far I've seen only the codes where the number after the ; changes (34, 36, etc.).
The text was updated successfully, but these errors were encountered:
When we execute some command on OpenWRT devices (that have the
linux
device type, basically), we can see ANSI escape codes that set the output colours. For example,There are already some regexes related to the output colours in the code. But I do not know how general the new regex should be. So far I've seen only the codes where the number after the
;
changes (34, 36, etc.).The text was updated successfully, but these errors were encountered: