From: sin Date: Mon, 22 Aug 2016 10:23:47 +0000 (+0100) Subject: Align fields in config.def.h X-Git-Tag: v1.0~69^2~3 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bd79c29d8b3f4605de38a034fd24cf847dfa5273;p=nnn.git Align fields in config.def.h Diff by Ypnose --- diff --git a/config.def.h b/config.def.h index af9bcbb6..ca757dfe 100644 --- 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" },