diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 20:28:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-04 20:28:51 -0700 |
commit | bfbad3fd2a3ba5af46e547c5e1f7cb72b25162a8 (patch) | |
tree | 9b076c1586076f813fc40518a49127790236519a /ChangeLog | |
parent | 09a267a5b230f3d42aacb00188c3c168bbc4e42a (diff) | |
download | txr-bfbad3fd2a3ba5af46e547c5e1f7cb72b25162a8.tar.gz txr-bfbad3fd2a3ba5af46e547c5e1f7cb72b25162a8.tar.bz2 txr-bfbad3fd2a3ba5af46e547c5e1f7cb72b25162a8.zip |
* stream.c (put_string, put_char): Do not put out the indentation
immediately after outputting a newline. Rather, delay the output of the
indentation until some output occurs at column zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * stream.c (put_string, put_char): Do not put out the indentation + immediately after outputting a newline. Rather, delay the output of the + indentation until some output occurs at column zero. + +2015-08-04 Kaz Kylheku <kaz@kylheku.com> + * stream.c (inc_indent): If a negative indentation increment goes below zero, clamp it at zero. (set_indent): Clamp indentation value to zero. |