paren-soup.console
(down! console-history)
Changes the current line and returns the next line from console-history, or nil if there is none.
(up! console-history)
Changes the current line and returns the previous line from console-history, or nil if there is none.