HP Forums

Full Version: Print Terminal Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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.
Hello,

The terminal is limited to 128 lines.

Cyrille
Reference URL's