Skip to content

DDMsgReader bug fix: Ensure header lines are not too long for the user's terminal. Should fix issue #550

Eric Oulashin requested to merge dd_msg_reader_long_hdr_lines_fix into master

DDMsgReader bug fix: Ensure header lines are not too long for the user's terminal. Should fix issue #550 (closed) When getting header lines to view, header lines will be split if they are too wide for the user's terminal (up to 2 lines, up to the user's terminal width).

Merge request reports