ref: 232c968ed9bb922f99ef802f450b9c38ab156da6
parent: 592edc0d87486097c0bda044db144a4961a6ff7d
author: Turo Lamminen <[email protected]>
date: Tue Mar 13 15:33:06 EDT 2018
textscreen: Make help_url member const in txt_window_s
--- a/textscreen/txt_window.h
+++ b/textscreen/txt_window.h
@@ -88,7 +88,7 @@
// URL of a webpage with help about this window. If set, a help key
// indicator is shown while this window is active.
- char *help_url;
+ const char *help_url;
};
/**