5 ms·
What terminal are you using that doesn't support a mouse? Or is it emacs that doesn't have mouse support?
by iforgotpassword 1y ago
What terminal are you using that doesn't support a mouse? Or is it emacs that doesn't have mouse support?
- hollerith 1y agoBefore writing my comment, I started Emacs as `emacs -nw` in Gnome Terminal and failed to find a way to move point with my mouse. If there is any additional configuration I need to do to Emacs or a different terminal-emulating app I need to install, I'd be glad to learn about it. I didn't mean to suggest that pointing devices are completely useless in a terminal, but it has always been my experience that what the device can do is severely limited compared to graphical Emacs.
- robenkleene 1y agoLooking at my config quickly, I think you probably need this: (xterm-mouse-mode 1)
- pama 1y agoOr simply upgrade to the top of tree version of Emacs that now has native mouse support in the terminal.