Is there any way (presumably some hack in the front end code) to force a screen to display a text field as preformatted (within <pre> tags) as the item history page does?
I'm capturing mysql show processlist output, and even though the screen code inserts non-breaking spaces the font used must not be fixed width as the table is not properly space. The item history display does use <pre> tags and properly spaces the output.
Thanks for any ideas.
I'm capturing mysql show processlist output, and even though the screen code inserts non-breaking spaces the font used must not be fixed width as the table is not properly space. The item history display does use <pre> tags and properly spaces the output.
Thanks for any ideas.
Comment