Skip to content

Commit

Permalink
corrected definition
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Mar 29, 2024
1 parent 2c1af71 commit 0f21a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class BasicTextBuffer : public BasicTextBufferBase, public std::enable_shared_fr
static int textWidth(view_type text, int tabDist) noexcept;
static int64_t countLines(view_type string) noexcept;
static void overlayRectInLine(view_type line, view_type insLine, int64_t rectStart, int64_t rectEnd, int tabDist, bool useTabs, string_type *outStr, int64_t *endOffset) noexcept;
static int writeControl(Ch out[20], const char *ctrl_char) noexcept;
static int writeControl(Ch out[MAX_EXP_CHAR_LEN], const char *ctrl_char) noexcept;

private:
template <class Out>
Expand Down

0 comments on commit 0f21a6b

Please sign in to comment.