console: correctly resize lines
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 21 Dec 2011 15:07:40 +0000 (16:07 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 21 Dec 2011 15:07:40 +0000 (16:07 +0100)
commit7402e5e753ca1daa729e93b00184ba81a01dbd18
tree7804c96b22aa130175815a5ec9a5c6b264a64b69
parentc762375c92795ec0fdfa0c4f05dc38415cbc77af
console: correctly resize lines

When resizing lines we shouldn't drop all information. Instead we only
initialize new cells.

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