mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Also show boundary when displaying Cursor value.
This commit is contained in:
parent
220fe66a67
commit
a27333144d
@ -1324,7 +1324,8 @@ ostream & operator<<(ostream & os, Cursor const & cur)
|
||||
os << "------------------------------- | " << cur.anchor_[i] << "\n";
|
||||
}
|
||||
os << " selection: " << cur.selection_
|
||||
<< " x_target: " << cur.x_target_ << endl;
|
||||
<< " x_target: " << cur.x_target_
|
||||
<< " boundary: " << cur.boundary() << endl;
|
||||
return os;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user