~ghost08/tcell-term

4deff5434f57371345518c475e524a01e0239f81 — Tim Culverhouse 2 years ago 63304a5
chore: gofumpt

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
2 files changed, 0 insertions(+), 2 deletions(-)

M termutil/line.go
M termutil/osc.go
M termutil/line.go => termutil/line.go +0 -1
@@ 54,7 54,6 @@ func (line *Line) shrink(width uint16) {
}

func (line *Line) wrap(width uint16) []Line {

	var output []Line
	var current Line


M termutil/osc.go => termutil/osc.go +0 -1
@@ 5,7 5,6 @@ import (
)

func (t *Terminal) handleOSC(readChan chan MeasuredRune) (renderRequired bool) {

	params := []string{}
	param := ""