diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-09-30 16:22:03 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-09-30 16:22:03 +0200 |
| commit | 801e3eaae25964dd297c3ffeb00fc28475e3da86 (patch) | |
| tree | 6668e9a1abe897735627c9634cce8a3349262654 /src/window.hh | |
| parent | 6cd5d807574c44cf2230b9e9d370b660817390c7 (diff) | |
Add a Window::display_position(const BufferIterator&) method
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hh b/src/window.hh index f8e2ef3c..6e2d59d6 100644 --- a/src/window.hh +++ b/src/window.hh @@ -35,6 +35,8 @@ public: void center_selection(); void update_display_buffer(); + DisplayCoord display_position(const BufferIterator& it); + String status_line() const; HighlighterGroup& highlighters() { return m_highlighters; } |
