console: add "fixed_position" option
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Apr 2012 11:08:27 +0000 (13:08 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Apr 2012 12:08:20 +0000 (14:08 +0200)
commitd2786e12d3e5e96cf377528c04957ff9c43f305e
treec1025dbb8b2f8fb68c81e1e900e3faa07cb0d3cd
parentbfe6702c1ee471cfad269553fd9d5c2d3019a855
console: add "fixed_position" option

The fixed_position option allows to explicitely keep the scrollback-buffer
position instead of scrolling on new input. This was already the current
behavior but now we can also scroll on new input if this is set to false.

Also fix up the formatting of the comments and remove old information.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c