summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index 3d90a247..dadc0320 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -48,6 +48,7 @@ public:
void info_hide(bool even_modal = false);
void print_status(DisplayLine status_line);
+ const DisplayLine& current_status() { return m_status_line; }
DisplayCoord dimensions() const;