5 ms·
In the latest app my company is working on, we deliberately wanted to support usage over SSH. We basically designed the app as a TUI, but implemented mouse eve
by aetherspawn 19d ago
In the latest app my company is working on, we deliberately wanted to support usage over SSH.
We basically designed the app as a TUI, but implemented mouse events so you can also drive it like a GUI.
When we hit the limits of the terminal (couldn’t register the app as a DWM window and throw up separate windowed modals etc) we forked and extended ghosttty.
Now it also supports mouse hover events, DWM popups, and a bunch of other good stuff. We plan to add icons next.