jupyter-xeus / cpp-terminal

C++ library for writing multiplatform terminal applications
https://jupyter-xeus.github.io/cpp-terminal/
Other
490 stars 53 forks source link

Cleanup #306

Closed TobiasWallner closed 11 months ago

TobiasWallner commented 11 months ago

I fixed some warnings that bothered me when compiling with msvc and removed, in my oppinion, an unnecessary switch statement for what is otherwise just a boolean expression and thus made is branchless.