summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2013-08-23 20:54:19 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2013-08-23 20:54:19 +1000
commit14f70561a50fc8eba75b818a4705fed44da2ba2e (patch)
treeffaf59da24f789b4d442c9ed3b2bac2e3a678fc0 /src
parent[MAN] Markup fixes in manual for mandoc 1.12.1 (diff)
downloaddash-14f70561a50fc8eba75b818a4705fed44da2ba2e.tar.gz
dash-14f70561a50fc8eba75b818a4705fed44da2ba2e.zip
[VAR] Add newline when tracing in poplocalvars
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src')
-rw-r--r--src/var.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/var.c b/src/var.c
index dc90249..c35e925 100644
--- a/src/var.c
+++ b/src/var.c
@@ -547,7 +547,7 @@ poplocalvars(int keep)
 	while ((lvp = next) != NULL) {
 		next = lvp->next;
 		vp = lvp->vp;
-		TRACE(("poplocalvar %s", vp ? vp->text : "-"));
+		TRACE(("poplocalvar %s\n", vp ? vp->text : "-"));
 		if (keep) {
 			int bits = VSTRFIXED;
 
-07-12 22:11:16 -0400'>2019-07-12Move to www/text.causal.agencyJune McEnroe 2019-07-12Add new causal.agency with shotty shotsJune McEnroe 2019-07-12Use -s to infer terminal sizeJune McEnroe 2019-07-12Add DCH to shottyJune McEnroe 2019-07-12Support insert mode in shottyJune McEnroe 2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe