Repeat keys are now ignored when waiting for a keypress to cancel an operation

This commit is contained in:
Klaus Schmidinger
2005-09-03 09:09:23 +02:00
parent 70bc836e3f
commit 2a91de02ab
3 changed files with 8 additions and 3 deletions

View File

@@ -3747,7 +3747,7 @@ Video Disk Recorder Revision History
- The new SVDRP command EDIT can be used to start the editing process of a recording
(based on the CUTR patch by Harald Milz).
2005-09-02: Version 1.3.32
2005-09-03: Version 1.3.32
- Added some missing braces in remux.c (thanks to Wayne Keer for reporting this one).
- Removed unused MAINMENUENTRY from svdrpdemo.c (thanks to Udo Richter for reporting
@@ -3771,3 +3771,5 @@ Video Disk Recorder Revision History
by Malcolm Caldwell).
- Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and up (thanks to
Lauri Tischler).
- Repeat keys are now ignored when waiting for a keypress to cancel an operation
(thanks to Marko M<>kel<65>).