add Iterator::piece_eol()
This commit is contained in:
parent
8432e7f4b7
commit
cd44deda9e
@ -88,6 +88,11 @@ public:
|
|||||||
{
|
{
|
||||||
return !(*this == other);
|
return !(*this == other);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool piece_eol()
|
||||||
|
{
|
||||||
|
return piece->eol();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Cursor
|
struct Cursor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user