\brief Show the cursor
| 59 | |
| 60 | /// \brief Show the cursor |
| 61 | void show_cursor() { |
| 62 | std::cout << "\033[?25h" << std::flush; |
| 63 | } |
| 64 | |
| 65 | /// \brief Callback function for libcurl to write data to a file |
| 66 | /// \param ptr the pointer to the data |
no outgoing calls
no test coverage detected