osx - Enable mouse scroll in Emacs running in the terminal -


when try scroll when have emacs running inside terminal whole terminal scrolls instead of buffer in emacs.

is possible change this? i'm using emacs 24.3.1 on osx 10.9.1

i've tried m-x xterm-mouse-mode and

having

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

in .emacs file, neither works.

this 1 specific apple's default terminal app. can:


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -