add Iterator::piece_eol()

This commit is contained in:
Josh Holtrop 2016-10-26 20:46:50 -04:00
parent 8432e7f4b7
commit cd44deda9e

View File

@ -88,6 +88,11 @@ public:
{
return !(*this == other);
}
bool piece_eol()
{
return piece->eol();
}
};
struct Cursor