Changeset 238
- Timestamp:
- 06/28/07 20:55:00 (1 year ago)
- Files:
-
- trunk/src/cmd0.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/cmd0.c
r227 r238 619 619 void process_command(bool no_request) 620 620 { 621 if (!no_request) 622 request_command(); 623 621 624 /* Handle repeating the last command */ 622 625 repeat_check(); 623 624 if (!no_request)625 request_command();626 626 627 627 /* Handle resize events XXX */
