I always mention that if you're lucky, some programs might support mouse. But you shouldn't make a habit of using a mouse in the terminal, because it likely won't be there when you need it. If you build a dependency on mouse in the terminal you're going to be SoL the first time you use a cloud serial console or run
docker -it exec <container> /bin/bash
Notices by John Timaeus (johntimaeus@infosec.exchange)
-
Embed this notice
John Timaeus (johntimaeus@infosec.exchange)'s status on Thursday, 21-Nov-2024 11:43:36 JST John Timaeus -
Embed this notice
John Timaeus (johntimaeus@infosec.exchange)'s status on Thursday, 21-Nov-2024 11:43:35 JST John Timaeus Cloud serial is connecting to a VM in AWS/GCP/Azure via the built-in console connection. Mouse doesn't even necessarily work over rdp to an xrdp endpoint running a terminal in gnome (where you expect it to). Honestly except for true local applications, I don't remember the last time mouse worked.
I do agree on the teaching point, examples are everything.
If I can't show you what I'm talking about while I'm talking about it, I probably won't talk about it. Students don't learn by listening to me...they learn by putting hands on keyboard and breaking things.