MCPcopy
hub / github.com/gdamore/tcell / PutStrStyled

Method PutStrStyled

screen.go:54–54  ·  view source on GitHub ↗

PutStrStyled writes a string starting at the given position, using the given style. The content is clipped to the screen dimensions.

(x int, y int, str string, style Style)

Source from the content-addressed store, hash-verified

52 // PutStrStyled writes a string starting at the given position, using
53 // the given style. The content is clipped to the screen dimensions.
54 PutStrStyled(x int, y int, str string, style Style)
55
56 // Get the contents at the given location. If the
57 // coordinates are out of range, then the values will be 0, nil,

Callers 13

mainFunction · 0.95
mainFunction · 0.95
displayHelloWorldFunction · 0.65
displayHelloWorldFunction · 0.65
displayDemoFunction · 0.65
makeboxFunction · 0.65
makeBoxFunction · 0.65
putlnFunction · 0.65
drawFunction · 0.65
displayHelloWorldFunction · 0.65

Calls

no outgoing calls