* comment

This commit is contained in:
Pavel Sanda 2018-02-07 23:19:20 +01:00
parent e4f90cdf65
commit 1e5b471d58

View File

@ -126,6 +126,7 @@ public:
/// return the last column of the top grid
col_type lastcol() const { return ncols() - 1; }
/// the inset just behind the cursor
/// returns 0 if there is no inset (e.g. normal text)
Inset * nextInset() const;
/// the inset just in front of the cursor
Inset * prevInset() const;