diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-03-07 13:54:20 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-03-07 21:44:50 +0000 |
| commit | f1fb2114da0a0e293e94adf307da456449fea76d (patch) | |
| tree | 33a6daf050d4508fbff42ea8d5a33a662466371b /src/client.hh | |
| parent | 26e81976d337f13ab238b55768a9b979b4860101 (diff) | |
Handle <c-l> redrawing on the server side
That way we can force a redraw at any moment, including during
batch execution.
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh index b5d13b7d..4674dce7 100644 --- a/src/client.hh +++ b/src/client.hh @@ -46,7 +46,7 @@ public: CharCoord dimensions() const { return m_ui->dimensions(); } void force_redraw(); - void redraw_ifn(); + void redraw_ifn(bool force = false); void check_if_buffer_needs_reloading(); |
