From bc0ab5dd6bdcf80e1bf72d7b0acce9614b71decd Mon Sep 17 00:00:00 2001 From: login000 Date: Tue, 24 Sep 2019 02:01:34 +1000 Subject: Stylistic update to "Last messages" When there are fewer than messages in total, and one runs "tcoin -m ", an extra newline was shown between "Last messages:" and the actual messages. This commit fixes that by checking if the first character in the actual messages is a newline and putting one more newline only if it isn't (instead of always).---