let c-space stop/start drawing on the framebuffer
commited554a68fb06218b9c0f6bc03893d52a997d8fc7
authorAli Gholami Rudi <ali@rudi.ir>
Wed, 23 Nov 2011 17:21:57 +0000 (23 20:51 +0330)
committerAli Gholami Rudi <ali@rudi.ir>
Wed, 23 Nov 2011 17:21:57 +0000 (23 20:51 +0330)
treec478387f486fa8d3145e3b299a71695656096d7f
parent9329d978ddc5b147ea76d0d38ed1ba0d14ade577
let c-space stop/start drawing on the framebuffer

Using ^L to redraw the framebuffer was really annoying because most
programs bind this key.  What's more, fbvnc used to update the screen
when fbpad was viewing another tag.  After this change c-space disables
updating the screen and when pressed again enables it and redraws the
screen.  This patch combined with the scrsnap branch of fbpad on which
fbvnc can be run in a saved tag, is very nicer to use.
fbvnc.c