aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-22 23:44:26 +0100
committerMattias Andrée <m@maandree.se>2025-03-22 23:44:26 +0100
commit4f051baf4514d2a0879490d23b865e76f7562f79 (patch)
treee89a3419d92c12637b6610562efb705ac1e60fe1 /src/redshift.c
parentFix documentation (diff)
downloadredshift-ng-4f051baf4514d2a0879490d23b865e76f7562f79.tar.gz
redshift-ng-4f051baf4514d2a0879490d23b865e76f7562f79.tar.bz2
redshift-ng-4f051baf4514d2a0879490d23b865e76f7562f79.tar.xz
Add -e, -E, and +E
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--src/redshift.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c
index 6e9b627..bcd9db9 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -169,6 +169,7 @@ get_colour_settings(struct colour_setting *colour_out, enum period *period_out,
printf(_("Solar elevation: %f\n"), elevation);
}
*day_level_out = (elevation - scheme.elevation.low) / scheme.elevation.range;
+ /* TODO ensure scheme.elevation.range==0 is supported */
} else {
/* Static scheme, no dayness-level or peroid; day_settings == nigh_settings, use either */