MCPcopy
hub / github.com/liamg/darktile / newLine

Method newLine

internal/app/darktile/termutil/buffer.go:551–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549}
550
551func (buffer *Buffer) newLine() {
552 buffer.newLineEx(false)
553}
554
555func (buffer *Buffer) verticalTab() {
556 buffer.index()

Callers 15

TestBufferMaxLinesFunction · 0.95
TestNewLineFunction · 0.80
TestTabbingFunction · 0.80
TestOffsetsFunction · 0.80
TestVisibleLinesFunction · 0.80
TestClearWithoutFullViewFunction · 0.80
TestClearWithFullViewFunction · 0.80
TestGetCellFunction · 0.80
TestGetCellWithHistoryFunction · 0.80

Calls 1

newLineExMethod · 0.95

Tested by 15

TestBufferMaxLinesFunction · 0.76
TestNewLineFunction · 0.64
TestTabbingFunction · 0.64
TestOffsetsFunction · 0.64
TestVisibleLinesFunction · 0.64
TestClearWithoutFullViewFunction · 0.64
TestClearWithFullViewFunction · 0.64
TestGetCellFunction · 0.64
TestGetCellWithHistoryFunction · 0.64