Conditions:
- Windows 10
- Microsoft Edge and Vivaldi both exhibit anomaly.
Code to reproduce the anomaly:
void setup()
{
Serial.begin(9600);
// The Clear Monitor button will erase this line from the Serial Monitor.
Serial.print("'Clear Monitor' button will clear this line from the Serial Monitor.\n");
}
void setup()
{
Serial.begin(9600);
// The Clear Monitor button will not erase this line from the Serial monitor.
Serial.print("'Clear Monitor' button will not clear this line from the Serial Monitor.\r");
}