mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
589090f79a
The separator line is written as part of the input processing step and is better be moved to the place where the table is actually written. Same goes for the terminating '\n' which is performed as the final step while updating the terminal in batch mode. While at it, use the designated print functions over raw printf(). Reviewed-by: Mete Durlu <meted@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Bjoern Walk <bwalk@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>