| 326 | } |
| 327 | |
| 328 | void MessageInput::finish_pos() |
| 329 | { |
| 330 | if (config_.with_cursor_pos) { |
| 331 | restore_cursor_pos(); |
| 332 | } |
| 333 | else if (config_.with_window_pos) { |
| 334 | stop_window_tracking(); |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | void MessageInput::restore_pos() |
| 339 | { |
nothing calls this directly
no outgoing calls
no test coverage detected