fix: show cursors instead of cursels in status bar
This commit is contained in:
parent
a2f0acfaad
commit
dbe0aae4a1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ fn format(self: *Self) void {
|
|||
_ = writer.write(" ") catch {};
|
||||
}
|
||||
if (self.cursels > 1) {
|
||||
std.fmt.format(writer, "({d} cursels)", .{self.cursels}) catch {};
|
||||
std.fmt.format(writer, "({d} cursors)", .{self.cursels}) catch {};
|
||||
if (self.selection) |_|
|
||||
_ = writer.write(" ") catch {};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue