Tomáš Deingruber
Tomáš Deingruber
My brother shorted SKR 1.4 and therefore also fried the connected BTT TFT24 v1.1. We repaired SKR 1.4, flashed new bootloader and firmware. Now we repaired TFT24 v1.1, but we...
I wanted to use this lib to parse args in cutom 'interactive console', so I used std::cin to read the input and split it into the std::vector and run it...
The line is truncated based on the HEIGHT of the console in windows instead of the width of the console. In impl::get_terminal_width in file windows_impl.cpp: https://github.com/lionkor/commandline/blob/3951e554e792520a845d3a07bb0e21e07cb3b5ad/src/windows_impl.cpp#L37-L41 You are returning `csbi.dwSize.Y`...