diff options
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 3d3da830..9f0e0fb7 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -114,7 +114,7 @@ public: // remove first_char from the begining of the line, and make sure // the line is less that char_count character - void trim(CharCount first_char, CharCount char_count); + void trim(CharCount first_char, CharCount char_count, bool only_buffer); void optimize(); private: |
