简体   繁体   中英

Enable mouse scroll in Emacs running in the terminal

When I try to scroll when I have emacs running inside terminal the whole terminal scrolls instead of only the buffer in emacs.

Is it possible to change this? I'm using Emacs 24.3.1 on OSX 10.9.1

I've tried Mx xterm-mouse-mode and

having

(require 'mouse)
(xterm-mouse-mode t)
(mouse-wheel-mode t)

in my .emacs file, neither works.

This one is specific to Apple's default Terminal app. You can:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM