1
Fork 0
mirror of https://github.com/RGBCube/ZTerm synced 2025-07-29 08:57:46 +00:00

Add charsets and fix off-by-one error

This commit is contained in:
RGBCube 2023-05-18 22:37:52 +03:00
parent 8716c68f55
commit 7ef370f96e
3 changed files with 11 additions and 4 deletions

View file

@ -6,7 +6,7 @@ const zterm = struct {
pub fn main() !void {
var sp = zterm.Spinner{
.charset = &[_][]const u8{ "", "", "", "", "", "", "", "" },
.charset = zterm.Spinner.charsets[3],
.message = "Selling all your data to the CCP...",
};
try sp.start();