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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -