diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-08-27 07:23:39 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-08-27 08:03:42 +1000 |
| commit | fe93a9df37bdc28ff6580cf9ece8d18bbe2663cf (patch) | |
| tree | 36e879ca26cc4f55f73695230e9d43268aafe298 /src/client.hh | |
| parent | 6f9f32b4bb7603c308a3e245fef10ad48bf20719 (diff) | |
Remove Window::force_redraw()
This was mostly redundant with Client::force_redraw.
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 e379e1e7..75a2a02f 100644 --- a/src/client.hh +++ b/src/client.hh @@ -54,7 +54,7 @@ public: DisplayCoord dimensions() const; - void force_redraw(); + void force_redraw(bool full = false); void redraw_ifn(); void check_if_buffer_needs_reloading(); |
