()
| 921 | } |
| 922 | |
| 923 | func (ed *Editor) scrollCursorToTarget() { |
| 924 | // fmt.Println(ed, "to target:", ed.CursorTarg) |
| 925 | ed.CursorPos = ed.cursorTarget |
| 926 | ed.scrollCursorToVerticalCenter() |
| 927 | ed.targetSet = false |
| 928 | } |
| 929 | |
| 930 | /////////////////////////////////////////////////////////////////////////////// |
| 931 | // Scrolling -- Horizontal |
no test coverage detected