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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -