| 2129 | } |
| 2130 | |
| 2131 | void Viewport::add_cursor_y() |
| 2132 | { |
| 2133 | uint64_t index; |
| 2134 | index = _view.pixel2index(_cur_preX); |
| 2135 | _view.add_cursor(index); |
| 2136 | _view.show_cursors(true); |
| 2137 | } |
| 2138 | |
| 2139 | void Viewport::add_cursor_x() |
| 2140 | { |
nothing calls this directly
no test coverage detected