Eliminate FIXME: Log window line limit
[geeqie.git] / src / options.h
index 4a6c776..a45c059 100644 (file)
@@ -54,6 +54,8 @@ struct _ConfOptions
        gboolean use_saved_window_positions_for_new_windows;
        gboolean tools_restore_state;
 
+       guint log_window_lines;
+
        /* info sidebar component heights */
        struct {
                gint height;
@@ -257,6 +259,14 @@ struct _ConfOptions
                        gboolean fs_temp_disable;
                } tmp;
        } stereo;
+
+       /* copy move rename */
+       struct {
+               gint auto_start;
+               gchar *auto_end;
+               gint auto_padding;
+               gint formatted_start;
+       } cp_mv_rn;
 };
 
 ConfOptions *options;