chiark / gitweb /
In the web interface only, new 'short' track name part context. This
[disorder] / lib / configuration.h
index 4dad503983d61a764f453c0963c091a108ca8625..c5cc2e125fe0a51ef54f4cdfd3455910c0b14e42 100644 (file)
@@ -203,6 +203,9 @@ struct config {
   /** @brief Canonical URL of web interface */
   const char *url;
 
+  /** @brief Short display limit */
+  long short_display;
+
   /** @brief Maximum refresh interval for web interface (seconds) */
   long refresh;