0

I have a lot of content in terminal, books descriptions. When I use:

books_text = """Start of text.. end of text."""
print(books_text)

I just see on terminal always end, start is hidden on top, that I can't see.

Content starts from bottom, that I do not need

So, the question, how to print content (with python code commands, statements), that starts from top . Then I can scroll it bottom.

Content starts from top, that I need

Thanks.

1 Answers1

0

Try to increase the scroll buffer in the profile preference for the terminal application.

It sould be in : Edit -> Profile preferences -> Scrolling

RyanU
  • 128
  • 1
  • 8