screen: remove old cursor-drawing fallback
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 17:07:17 +0000 (19:07 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 17:07:17 +0000 (19:07 +0200)
commit0299cda7a9f4bfd54918fd2806626baba3de0c37
tree0f85f265ec1127f9e88ba77a41638c0945ec9f66
parentd3be9427ce35b9967b0be63e009f739334c79901
screen: remove old cursor-drawing fallback

We used to not guarantee that all cells are allocated. Hence, we had to
correctly draw the cursor if they weren't. These days we have this
guarantee, though. So remove the old fallbacks.

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