log ui.c @ 642:c8e5949a8961

age author description
Sun, 22 Jun 2014 03:32:39 +0300 Matti Hamalainen Use th_malloc0(n) instead of th_calloc(1, n).
Sat, 21 Jun 2014 20:01:17 +0300 Matti Hamalainen Rename a define.
Sun, 07 Jul 2013 02:08:46 +0300 Matti Hamalainen Improve screen update economy by only refreshing when needed.
Sat, 05 Jan 2013 16:16:44 +0200 Matti Hamalainen Bump copyright year.
Sun, 30 Dec 2012 08:12:38 +0200 Matti Hamalainen Gracefully handle error situations when the main UI has not yet been
Thu, 13 Dec 2012 15:49:43 +0200 Matti Hamalainen Rename quit-related internal variables.
Tue, 04 Dec 2012 05:21:55 +0200 Matti Hamalainen Editline Backspace handling was wonky, we didn't check for edit position to be > 0. Fixed.