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

Mouse #309

Closed flagarde closed 11 months ago

flagarde commented 11 months ago

@certik @TobiasWallner Added mouse event support on linux/macos tested on linux/windows but maybe still requires some polishing. On linux the terminal need to handle some special escape code to activate the mouse report but for now cpp-terminal can't know if the terminal have support or not (need to design our own termcap/termninfo)

flagarde commented 11 months ago

For people who want to create games or graphical interface inside terminal I think it could be interesting

certik commented 11 months ago

Awesome, great job! Yes, we definitely need this.