octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

300 baud V.21 terminal emulation


From: Daniel J Sebald
Subject: 300 baud V.21 terminal emulation
Date: Tue, 02 Apr 2013 16:24:47 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

When copying a command into the IDE/GUI terminal that has a lot of non alpha-numeric characters such as parentheses and brackets, the processing is really slow. Something like this:

qtinputdlg ({"Einstein:","Newton:","Planck:"}, "Most General Example", [1 7; 1 11; 1 20], {"E = m c^2","F = G m1 m2 / r^2","B = 2 h v^3 / (c^2 (e^(h v/(k T)) - 1))"})

takes several seconds to process. A stream of text zips in up to the closing bracket, then stops for a half second. Then another stream of text until a bracket is encountered. Etc.

Copying into a shell command line is speedy in the most recent source. However, I think I've seen a similar sort of thing even when not running the GUI on a version from a couple weeks ago.

Does anyone know why that is happening?

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]