screen: remove empty cell fallback
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 22 Oct 2013 13:53:31 +0000 (15:53 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 22 Oct 2013 13:53:31 +0000 (15:53 +0200)
commit68e64ecf6d4a0b5d959962d875a97694b6abc23a
tree4fc7d42928a01cb833c692dec7ae6a126f8caec6
parent59a4f7a135fcfc608d998ea58c581060671c9e20
screen: remove empty cell fallback

If we resize our screen, we guarantee that all cells are allocated. This
hasn't been true in the early times so we needed an empty cell during
rendering as fallback. It's no longer needed so remove it.

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