[S] Better chat box borders

This commit is contained in:
Azalea Gui
2023-03-08 11:35:52 -05:00
parent d849cddc3e
commit 079354af9c
+2 -2
View File
@@ -14,9 +14,9 @@ pub fn gen_bubble(text: &str) -> String {
o.push_str(" ".repeat(max_width - line.len()).as_str());
o.push_str(" |\n");
}
o.push_str(".");
o.push_str("'");
o.push_str("=".repeat(max_width + 2).as_str());
o.push_str(".\n");
o.push_str("'\n");
o
}