haskell - Emacs shell/term - unlock cursor from madly scrolling output -
i temporarily decouple cursor terminal output in emacs. in eclipse console there's button this, can page , see previous output without latest line of output grabbing cursor back.
does emacs allow this? there variable or command?
update: i'm using plugins run ghci (haskell) repl in terminal window. guess assumed have built repl on top of terminal or eshell in out-of-box emacs. term-line-mode
command @jack pointed out reason not available in ghci repl. guess became haskell-specific question...
you want term-line-mode
. default should c-c c-j, can toggle on , off.
Comments
Post a Comment