HP Forums
Print Terminal Question - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Print Terminal Question (/thread-14364.html)



Print Terminal Question - Gene222 - 01-15-2020 05:15 AM

I was wondering, how many lines of text does the print terminal hold, and what happens when the print terminal is full and the program keeps printing to the terminal?


RE: Print Terminal Question - Tyann - 01-15-2020 05:55 AM

(01-15-2020 05:15 AM)Gene222 Wrote:  I was wondering, how many lines of text does the print terminal hold, and what happens when the print terminal is full and the program keeps printing to the terminal?

Bonjour

J'ai personellement écris un programme qui imprime 90 lignes dans le terminal et
que l'on peut consulter en faisant défiler l'écran.
Au delà les premières lignes sont perdues à mesure que vous imprimez d'autres lignes.
J'ai fait ce programme il y a longtemps déja, peut être que la capacité à changé depuis, à vérifier.

Hello

I have personally written a program that prints 90 lines in the terminal and
which can be viewed by scrolling the screen.
Beyond that, the first lines are lost as you print more lines.
I made this program a long time ago, maybe the ability to change since then, to check.


RE: Print Terminal Question - cyrille de brébisson - 01-15-2020 07:12 AM

Hello,

The terminal is limited to 128 lines.

Cyrille