I am using Kubuntu and its Konsole terminal. I have annoying behavior using different applications from console such as gdb or octave. The problem is following: the program outputs one screen of text and than stops, prompting me with double colon and waiting for me to press any key so that it can continue with the output. So if the output is big (for example 10000 iterations in octave which print some values) I have to click Enter numerous times until I get to the end of the output. I would like not to be prompt at all. I don’t know if this is due to bash, Konsole application or a program in question (gdb or octave for example).
I am using Kubuntu and its Konsole terminal. I have annoying behavior using different
Share
For the specific case of GNU Octave, you can turn off this behavior by running
more offat the Octave prompt. You may want to add that line to your.octavercfile.