From 171a4f9dddfef7608fba7f9302050d78e4de66cc Mon Sep 17 00:00:00 2001 From: James Holderness Date: Tue, 10 Dec 2019 22:00:47 +0000 Subject: [PATCH] Update the comments to document the new argument in the IncrementCircularBuffer method. --- src/buffer/out/textBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer/out/textBuffer.cpp b/src/buffer/out/textBuffer.cpp index 1e3684b0fcd..ff461409e27 100644 --- a/src/buffer/out/textBuffer.cpp +++ b/src/buffer/out/textBuffer.cpp @@ -539,7 +539,7 @@ bool TextBuffer::NewlineCursor() //Routine Description: // - Increments the circular buffer by one. Circular buffer is represented by FirstRow variable. //Arguments: -// - +// - inVtMode - set to true in VT mode, so standard erase attributes are used for the new row. //Return Value: // - true if we successfully incremented the buffer. bool TextBuffer::IncrementCircularBuffer(const bool inVtMode)