Pause terminal widget

Is there a way to pause the terminal?
In my ESP32 project i’m sending logs to the terminal widget. Sometimes quite a lot logs are sent and the terminal nicely scrolls automaticly.

However this makes that sometimes i want to pause the autoscrolling of the terminal to better inspect/read the logs.

How can this be done?

The way to stop it is to stop sending data to the terminal.
How you do that depends on how you are sending the data, and whether subsequent data needs to be buffered and sent later.

Pete.