From 210e9265c0827c3b6e8ad64a99c433196aeffc0e Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 14 Jan 2014 18:06:43 +0100 Subject: Nothing, really. --- monitor/disp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor') diff --git a/monitor/disp.c b/monitor/disp.c index 84dd941..4922fce 100644 --- a/monitor/disp.c +++ b/monitor/disp.c @@ -126,7 +126,7 @@ void disp_display(t_mon *mon) { wprintw(wpstatus2, " %s ", (mon->d7[i] != -1 && mon->outputs[mon->d7[i]].v_bin[6] == '1' ? "---" : " ")); if (mon->ser_in_in != -1) { - wprintw(wpstatus2, "\nSerial buffer:\n%s\n", mon->ser_buf); + wprintw(wpstatus2, "\n\nSerial buffer:\n%s", mon->ser_buf); } if (mon->ser_out != -1) { -- cgit v1.2.3