chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Messages in serial monitor can be cut-off when they are too long #3

Open chillibasket opened 4 years ago

chillibasket commented 4 years ago

If the messages sent/received in the serial monitor are longer than the width of the window, they are cut-off. Since there is no horizontal scroll option, it is not possible to see this text.

Possible solutions are:

Adding horizontal scroll in the serial monitor [Or] Wrap the text down to a new line if it exceeds the window width

chillibasket commented 4 years ago

In commit fea90bd101d5e29e6e1efc1f59ded74626a6bcc9 I half-fixed this issue: