diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-14 18:06:43 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-14 18:06:43 +0100 |
commit | 210e9265c0827c3b6e8ad64a99c433196aeffc0e (patch) | |
tree | 73a8cd0384fce5c99af690e3ccc7439207969d77 /monitor | |
parent | 036b6ba1caae40b439670c031a162a6fde7461ec (diff) | |
download | SystDigit-Projet-210e9265c0827c3b6e8ad64a99c433196aeffc0e.tar.gz SystDigit-Projet-210e9265c0827c3b6e8ad64a99c433196aeffc0e.zip |
Nothing, really.
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/disp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |