Ignore:
Timestamp:
05/14/09 17:42:41 (4 years ago)
Author:
pterjan
Message:
  • Allow configuring max refresh rate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/main.c

    r3455 r3456  
    339339    screen_list->in_bell = 0; 
    340340    screen_list->changed = 0; 
    341     screen_list->delay = 1000000/60; /* Don't refresh more than 60 times per second */ 
     341    screen_list->requested_delay = 0; 
     342    screen_list->delay = 1000/60; /* Don't refresh more than 60 times per second */ 
    342343    screen_list->pty = screen_list->prevpty = 0; 
    343344    screen_list->dont_update_coords = 0; 
Note: See TracChangeset for help on using the changeset viewer.