removed mark related code
This commit is contained in:
parent
acded15af8
commit
fcbb377237
4 changed files with 25 additions and 179 deletions
|
@ -27,11 +27,6 @@ pub const Metrics = struct {
|
|||
pub const egc_last_func = *const fn (self: Metrics, egcs: []const u8) []const u8;
|
||||
};
|
||||
|
||||
pub const MarkLocation = struct {
|
||||
row: usize,
|
||||
col: usize,
|
||||
};
|
||||
|
||||
arena: std.heap.ArenaAllocator,
|
||||
allocator: Allocator,
|
||||
external_allocator: Allocator,
|
||||
|
@ -59,8 +54,6 @@ file_type_name: ?[]const u8 = null,
|
|||
file_type_icon: ?[]const u8 = null,
|
||||
file_type_color: ?u24 = null,
|
||||
|
||||
marks: [256]?MarkLocation = .{null} ** 256,
|
||||
|
||||
pub const EolMode = enum { lf, crlf };
|
||||
pub const EolModeTag = @typeInfo(EolMode).@"enum".tag_type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue