fix compile error
This commit is contained in:
parent
fcbb377237
commit
7ec25cfb46
1 changed files with 0 additions and 4 deletions
|
@ -1091,10 +1091,6 @@ fn current() *Self {
|
||||||
return instance_ orelse @panic("tui call out of context");
|
return instance_ orelse @panic("tui call out of context");
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_global_marks() *[256]?GlobalMarkLocation {
|
|
||||||
return ¤t().global_marks;
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn rdr() *renderer {
|
pub fn rdr() *renderer {
|
||||||
return ¤t().rdr_;
|
return ¤t().rdr_;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue