cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

C++ library for writing multiplatform terminal applications

Results 65 cpp-terminal issues
Sort by recently updated
recently updated
newest added

"Debug Assertion Failed" points to file "minkernel/crts/ucrt/appcrt/convert/istype.cpp" line 36 "Expression: c > = -1 && c < = 255" Would be nice to have utf-8 support, or at least utilize...

On a normal Linux command line, Alt+Backspace erases an entire word. Supporting that would be a nice enhancement.

enhancement

@MCWertGaming You mentioned last time the Microsoft Windows terminal was quite slow.. Could you provide some code showing this ? I found some windows api to write to console... maybe...

```shell root@gao-virtual-machine:~/package_test# g++ test.cpp -o example -I/usr/local/include -L/usr/local/lib -lcpp-terminal test.cpp:1:10: fatal error: cpp-terminal/base.hpp: 没有那个文件或目录 1 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. root@gao-virtual-machine:~/package_test# ls /usr/local/include/cpp-terminal args.hpp cursor.hpp focus.hpp iostream_initializer.hpp options.hpp stream.hpp...

We still need special handling to turn the terminal into "raw" mode, but for only printing colors and using other escape codes, we do not need any special setup on...