worked on rendering code
worked on code for libgui for rendering a user interface
This commit is contained in:
@@ -186,7 +186,10 @@ impl Renderer {
|
||||
'┐' => 191,
|
||||
'└' => 192,
|
||||
'┘' => 217,
|
||||
'┌' => 218,
|
||||
'┌' => 218,
|
||||
'┼' => 197,
|
||||
'░' => 176,
|
||||
'▓' => 178,
|
||||
_ => { return None; }
|
||||
};
|
||||
Some(res)
|
||||
|
||||
Reference in New Issue
Block a user