mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibVT: New terminal cells should be filled with whitespace, not '\0'
This commit is contained in:
parent
147d30ae4f
commit
9af1e1a3bf
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public:
|
||||||
~Line();
|
~Line();
|
||||||
|
|
||||||
struct Cell {
|
struct Cell {
|
||||||
u32 code_point {};
|
u32 code_point { ' ' };
|
||||||
Attribute attribute;
|
Attribute attribute;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue