Ticket #36 (new enhancement)

Opened 9 months ago

Last modified 9 months ago

[PATCH] -R reload time < 1s, using double for reload

Reported by: IcE Assigned to: giblet
Priority: normal Milestone:
Component: misc Version:
Severity: normal Keywords: reload double time
Cc:

Description

I wanted to use -R times smaller then 1 second so i wrote a small patch doing this. It changes opt.reload to double and edits the behavior of +/- to allow smaller inc/decrements.

Attachments

feh-1.3.4_double_reload.patch (1.8 kB) - added by IcE on 12/09/07 07:13:43.
patch to change opt.reload to double

Change History

12/09/07 07:13:43 changed by IcE

  • attachment feh-1.3.4_double_reload.patch added.

patch to change opt.reload to double

12/09/07 07:15:30 changed by IcE

  • type changed from defect to enhancement.

12/09/07 08:15:56 changed by IcE

  • summary changed from -R reload time < 1s, using double for reload (patch included) to [PATCH] -R reload time < 1s, using double for reload.