Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
551
func
(buffer *Buffer) newLine() {
552
buffer.newLineEx(false)
553
}
554
555
func
(buffer *Buffer) verticalTab() {
556
buffer.index()
Callers
15
TestBufferMaxLines
Function · 0.95
TestNewLine
Function · 0.80
TestTabbing
Function · 0.80
TestOffsets
Function · 0.80
TestWritingNewLineAsFirstRuneOnWrappedLine
Function · 0.80
TestWritingNewLineAsSecondRuneOnWrappedLine
Function · 0.80
TestVisibleLines
Function · 0.80
TestClearWithoutFullView
Function · 0.80
TestClearWithFullView
Function · 0.80
TestCarriageReturnOnFullLastLine
Function · 0.80
TestGetCell
Function · 0.80
TestGetCellWithHistory
Function · 0.80
Calls
1
newLineEx
Method · 0.95
Tested by
15
TestBufferMaxLines
Function · 0.76
TestNewLine
Function · 0.64
TestTabbing
Function · 0.64
TestOffsets
Function · 0.64
TestWritingNewLineAsFirstRuneOnWrappedLine
Function · 0.64
TestWritingNewLineAsSecondRuneOnWrappedLine
Function · 0.64
TestVisibleLines
Function · 0.64
TestClearWithoutFullView
Function · 0.64
TestClearWithFullView
Function · 0.64
TestCarriageReturnOnFullLastLine
Function · 0.64
TestGetCell
Function · 0.64
TestGetCellWithHistory
Function · 0.64