diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-06-19 20:20:38 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-06-19 21:02:24 +1000 |
| commit | 226db75aeb992ffb6ac7b8792f3f50b8d27f7bb5 (patch) | |
| tree | 023b80a8bc86c5b23fc55eb7687283561b436874 /src/window.hh | |
| parent | 3824da2ad94234049966c4fcb26eceed5c3efe57 (diff) | |
Change Search completion to display on top of the modeline
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window.hh b/src/window.hh index f63fc9a1..0abca45d 100644 --- a/src/window.hh +++ b/src/window.hh @@ -23,7 +23,7 @@ public: void set_position(DisplayCoord position); const DisplayCoord& dimensions() const { return m_dimensions; } - void set_dimensions(DisplayCoord dimensions, bool offset_pos = false); + void set_dimensions(DisplayCoord dimensions); void scroll(LineCount offset); void center_line(LineCount buffer_line); @@ -59,7 +59,6 @@ private: SafePtr<Client> m_client; DisplayCoord m_position; - DisplayCoord m_position_offset; DisplayCoord m_dimensions; DisplayBuffer m_display_buffer; |
