~canonical-scott/live-f1/pvr

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2005-10-15 05:38:03 UTC
  • Revision ID: scott@netsplit.com-20051015053803-a3ee51ed30127f84
* src/stream.c (read_stream): Don't bomb out when our syscalls are
interrupted by signal, instead just come back later and carry on.
* src/display.c (should_quit): Rename to handle_keys, return < 0
when should quit, > 0 on any other key.  Handle the KEY_RESIZE
event by clearing the board.
* src/display.h: Update.
* src/main.c (main): Call handle_keys function rather than
should_quit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-10-15  Scott James Remnant  <scott@netsplit.com>
 
2
 
 
3
        * src/stream.c (read_stream): Don't bomb out when our syscalls are
 
4
        interrupted by signal, instead just come back later and carry on.
 
5
        * src/display.c (should_quit): Rename to handle_keys, return < 0
 
6
        when should quit, > 0 on any other key.  Handle the KEY_RESIZE
 
7
        event by clearing the board.
 
8
        * src/display.h: Update.
 
9
        * src/main.c (main): Call handle_keys function rather than
 
10
        should_quit.
 
11
 
1
12
2005-10-09  Scott James Remnant  <scott@netsplit.com>
2
13
 
3
14
        * src/stream.c (read_stream): Re-work after reading the book on