Closed
Description
This is a really small thing, but the current behavior for the CIDER repl is to always scroll to show maximum output. I don't really like this behavior, and it would be nice if it were configurable (I'm currently hacking around it by redefining cider-repl--show-maximum-output
—let me know if there's already another way to turn this behavior off). A cider-repl-show-maximum-output
variable would probably be enough, although it might be nice to have some more configuration options à la comint
—what are your thoughts? (Also, are there any plans to eventually base cider-repl-mode
off of comint-mode
?) I'd be happy to put together a PR for this.