diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-07-07 20:13:08 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-07-07 23:56:17 +0100 |
| commit | 55866b51d79db2539f37bfe32d65c3d3260c65f4 (patch) | |
| tree | 0ca99bf116b566ad3082948190299528e211395e /src/client.hh | |
| parent | 90c2647c0bc4cc02e7dc10080f5a099fb89366d8 (diff) | |
Fix redrawing of windows when only the status line changes
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 56b8504b..00ebe46d 100644 --- a/src/client.hh +++ b/src/client.hh @@ -53,6 +53,7 @@ private: InputHandler m_input_handler; DisplayLine m_status_line; + DisplayLine m_mode_line; }; } |
