screen: allocate private symbol table
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 15:19:07 +0000 (17:19 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 23 Oct 2013 15:19:07 +0000 (17:19 +0200)
commit2c5522468020731dfa1112c6a27ecbdc796bb65c
tree5002138b0d6330286adba330b0c29be8e32f8052
parent53a164dcccb2903d02b59b5c6f43d21b72883a70
screen: allocate private symbol table

We shouldn't use the global symbol table. It's not thread-safe. Allocate a
new one for private use in tsm_screen.

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