--- a/slotUI/slotCli.py Sat Dec 15 17:12:40 2012 +0100 +++ b/slotUI/slotCli.py Sat Dec 15 22:55:30 2012 +0100 @@ -475,8 +475,8 @@ # is there something in the rx buffer? rx = self.box.readline() if (rx != "") or self.test: - self.scr.addstr(17,0, - "Last RX: %19s" % rx, curses.color_pair(2)) + self.scr.addstr(17,3, + "RX: %19s" % rx, curses.color_pair(2)) self.scr.redrawwin() self.scr.refresh() # we have received something