summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--res/about/about.gmi4
-rw-r--r--res/about/help.gmi2
-rw-r--r--src/app.c2
4 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a5401d1..8fde0db9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -177,6 +177,7 @@ set (SOURCES
177 src/ui/labelwidget.c 177 src/ui/labelwidget.c
178 src/ui/labelwidget.h 178 src/ui/labelwidget.h
179 # Resources: 179 # Resources:
180 res/about/about.gmi
180 res/about/help.gmi 181 res/about/help.gmi
181 res/about/lagrange.gmi 182 res/about/lagrange.gmi
182 res/about/version.gmi 183 res/about/version.gmi
diff --git a/res/about/about.gmi b/res/about/about.gmi
index 34eda2cf..a9eedb6d 100644
--- a/res/about/about.gmi
+++ b/res/about/about.gmi
@@ -1,4 +1,4 @@
1# About Pages 1# About pages
2 2
3These are all the About pages that Lagrange uses to display built-in or dynamically generated content. 3These are all the About pages that Lagrange uses to display built-in or dynamically generated content.
4 4
@@ -30,4 +30,4 @@ Default home page with a large "Lagrange" ASCII art logo.
30Open source licenses. 30Open source licenses.
31 31
32=> about:version 32=> about:version
33Release notes for each version. \ No newline at end of file 33Release notes for each version.
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 743bcc7f..30295512 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -404,7 +404,7 @@ Any output that does not follow this format is considered to mean that the hook
404## 4.2 mimehooks.txt syntax 404## 4.2 mimehooks.txt syntax
405 405
406Like other Lagrange configuration lines, mimehooks.txt has a simple line-oriented syntax. Lagrange must be restarted for changes to the configuration file to take effect. 406Like other Lagrange configuration lines, mimehooks.txt has a simple line-oriented syntax. Lagrange must be restarted for changes to the configuration file to take effect.
407 407
408Each hook is specified as three lines: 408Each hook is specified as three lines:
409* A human-readable label (for reporting to the user) 409* A human-readable label (for reporting to the user)
410* MIME type/parameter regular expression 410* MIME type/parameter regular expression
diff --git a/src/app.c b/src/app.c
index d5ec7091..0117cc3c 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1073,7 +1073,7 @@ void refresh_App(void) {
1073 destroyPending_Widget(); 1073 destroyPending_Widget();
1074 draw_Window(d->window); 1074 draw_Window(d->window);
1075 if (d->warmupFrames > 0) { 1075 if (d->warmupFrames > 0) {
1076 printf("warmup frame: %d\n", d->warmupFrames); 1076// printf("warmup frame: %d\n", d->warmupFrames);
1077 d->warmupFrames--; 1077 d->warmupFrames--;
1078 } 1078 }
1079} 1079}