chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set default gap to 0
[disorder]
/
lib
/
configuration.c
diff --git
a/lib/configuration.c
b/lib/configuration.c
index dde3d3c67a8bc30148c0012d5b9415d85165ed9f..95720a3fdca228601b3ddc70e26056eb9ba0a522 100644
(file)
--- a/
lib/configuration.c
+++ b/
lib/configuration.c
@@
-1145,7
+1145,7
@@
static struct config *config_default(void) {
cs.line = 0;
cs.config = c;
/* Strings had better be xstrdup'd as they will get freed at some point. */
- c->gap =
2
;
+ c->gap =
0
;
c->history = 60;
c->home = xstrdup(pkgstatedir);
if(!(pw = getpwuid(getuid())))