| 4127 | } |
| 4128 | |
| 4129 | void HL_Jump_offset ( HWND hwnd, int iNewPos ) |
| 4130 | { |
| 4131 | HL_Adjust_offset ( &iNewPos , TRUE ); |
| 4132 | SendMessage ( hwnd, SCI_GOTOPOS, ( WPARAM ) iNewPos, 0 ); |
| 4133 | } |
| 4134 | |
| 4135 | void HL_Get_offset ( HWND hwnd, int *out ) |
| 4136 | { |
no test coverage detected