Mail Archives: djgpp/1996/05/06/01:31:11
On 3 May 1996, Kuang-chun Cheng wrote:
> Well, just simple question which I can't find in FAQ. What's
> the name of readline initialization file used by GDB. I know it's
> ~/.inputrc in UNIX machine, but how about PC. I had tried input.rc,
> inputrc ... but didn't success :(
It's "/inputrc" (i.e. must be in the root directory of the current
drive). Not too convenient, but DOS leaves few choices. You will have
to make sure the file is in Unix text format, because the current code
wants the value returned by `read' to be the same as the size of file
reported by `stat'. Until that bug is fixed (probably in the next
release), run the file through `dtou' each time you edit it. (If you
don't, the file will be silently ignored.)
- Raw text -