Align fields in config.def.h - noice - small file browser (mirror / fork from 2f30.org)
(HTM) git clone git://git.codemadness.org/noice
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bd79c29d8b3f4605de38a034fd24cf847dfa5273
(DIR) parent 2bed0dd175e573aca14c93b698a92989140008e0
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 22 Aug 2016 11:23:47 +0100
Align fields in config.def.h
Diff by Ypnose
Diffstat:
M config.def.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.def.h b/config.def.h
@@ -1,11 +1,11 @@
/* See LICENSE file for copyright and license details. */
-#define CWD "cwd: "
+#define CWD "cwd: "
#define CURSR " > "
#define EMPTY " "
-int mtimeorder = 0; /* Set to 1 to sort by time modified */
+int mtimeorder = 0; /* Set to 1 to sort by time modified */
int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */
-char *idlecmd = "rain"; /* The screensaver program */
+char *idlecmd = "rain"; /* The screensaver program */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },