mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[panic.serial] Line up the header with the registers
The serial panic handler was outputting a header underlined by = characters, but its width did not match that of the register output.
This commit is contained in:
@@ -11,7 +11,7 @@ print_header(serial_port &out, const char *message)
|
||||
{
|
||||
out.write("\n\n\e[5;31m PANIC:\e[0;1;31m ");
|
||||
out.write(message);
|
||||
out.write("\n \e[0;31m=====================================================================\n");
|
||||
out.write("\n \e[0;31m===================================================================================\n");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user