cursorSpriteName returns the name of the cursor sprite
()
| 117 | |
| 118 | // cursorSpriteName returns the name of the cursor sprite |
| 119 | func (ed *Editor) cursorSpriteName() string { |
| 120 | spnm := fmt.Sprintf("%v-%v", editorSpriteName, ed.fontHeight) |
| 121 | return spnm |
| 122 | } |
| 123 | |
| 124 | // cursorSprite returns the sprite for the cursor, which is |
| 125 | // only rendered once with a vertical bar, and just activated and inactivated |
no outgoing calls
no test coverage detected