This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using C-s to forward search command history


Bob Rossi wrote:
This is a terminal feature that interferes with your C-s use,
it is not a readline issue.

Bzzt. Programs that want to accept commands like control-s are supposed to put the terminal into raw mode. The readline library does this. If it didn't work, something's wrong.

That's interesting. Is the (stop/start) ^s/^q feature of the terminal
even useful these days? Why is it defaulted on?

Yes, it's useful. I use it every other day or so when a program is spewing lots of output; I hit ^s, then I can scroll back without having it scroll to the end every time the program outputs something else. - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]