commit | 9d69f8e7963965ec4301364a01d941b3615fa1a1 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Sep 03 14:46:38 2010 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Sep 03 14:46:38 2010 -0400 |
tree | f6a466b0b8684635782175d23eff92c882caffe6 | |
parent | 13b8ae49867bee41e2d6f73d7afdeba4ecd7570c [diff] [blame] |
Replace commit/ack/frame protocol with simpler sync and frame callbacks
diff --git a/clients/terminal.c b/clients/terminal.c index 1bb496d..c841ef2 100644 --- a/clients/terminal.c +++ b/clients/terminal.c
@@ -215,7 +215,7 @@ window_draw(terminal->window); terminal_draw_contents(terminal); - window_commit(terminal->window, 0); + window_flush(terminal->window); } static void