Limit the length of lines on the UI.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 24 Jul 2024 08:05:05 +0000 (09:05 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 24 Jul 2024 08:05:05 +0000 (09:05 +0100)
commit42fff2c311f585befc430a23bb1bb743deb8654e
tree341ed7ed4e79513d256d7b487f7dd1c7bc11dbda
parentb81f81d334064c51125121b061723535dca27b11
Limit the length of lines on the UI.

Tk text widget has very poor performance with really long single lines
of text but is improved by splitting up such lines into a number of shorter
lines. Just show the timestamp for the first such line.
bin/sockspy.tcl