mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +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();
|
||||
|
||||
struct Cell {
|
||||
u32 code_point {};
|
||||
u32 code_point { ' ' };
|
||||
Attribute attribute;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue