Skip to content

Commit

Permalink
Update the comments to document the new argument in the IncrementCirc…
Browse files Browse the repository at this point in the history
…ularBuffer method.
  • Loading branch information
j4james committed Dec 10, 2019
1 parent 786cc36 commit 171a4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer/out/textBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ bool TextBuffer::NewlineCursor()
//Routine Description:
// - Increments the circular buffer by one. Circular buffer is represented by FirstRow variable.
//Arguments:
// - <none>
// - 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)
Expand Down

0 comments on commit 171a4f9

Please sign in to comment.