summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-08-12 19:19:46 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-08-12 19:19:46 +0100
commite2b3dd0ca4b71fd7cfcceeba35b97497631e72bd (patch)
treef64929c9dbaef3a0260781b8dd82a7c4dec7bef3 /src/client.hh
parentd356ae241986282cf33a31874da1d3139960b63d (diff)
Tweak client redraw logic, avoid highlight if only status line changed
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 3f8ee4b6..66472808 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -54,6 +54,7 @@ private:
InputHandler m_input_handler;
DisplayLine m_status_line;
+ DisplayLine m_pending_status_line;
DisplayLine m_mode_line;
};