Changeset 238

Show
Ignore:
Timestamp:
06/28/07 20:55:00 (1 year ago)
Author:
takkaria
Message:

Make 'n' repeat last action once again. (fixes #163)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd0.c

    r227 r238  
    619619void process_command(bool no_request) 
    620620{ 
     621        if (!no_request) 
     622                request_command(); 
     623 
    621624        /* Handle repeating the last command */ 
    622625        repeat_check(); 
    623  
    624         if (!no_request) 
    625                 request_command(); 
    626626 
    627627        /* Handle resize events XXX */