diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-10-04 18:49:41 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-10-04 18:49:41 +0000 |
| commit | c8cf7bbaa9c6ee1ef312ddebb407f8bb13683210 (patch) | |
| tree | 466f070c42a9be2edabefdefb7f65f4167601797 /src/window.hh | |
| parent | 4f771b084a20758df20d36aea4e62c964f8fc6a0 (diff) | |
Window: add a basic status line
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 cba50167..a5ea7a08 100644 --- a/src/window.hh +++ b/src/window.hh @@ -86,6 +86,8 @@ public: SelectMode select_mode() const { return m_select_mode; } void set_select_mode(SelectMode select_mode) { m_select_mode = select_mode; } + std::string status_line() const; + private: friend class Buffer; |
