|
From: <pl...@pi...> - 2011-03-21 10:55:57
|
On 03/20/11 23:19, sfeam (Ethan Merritt) wrote: > * ^D deletes the current character, or EOF if line is empty > * ^L/^R redraw line in case it gets trashed > * ^U kills the entire line > * ^W kills last word > * LF and CR return the entire line regardless of the cursor postition > * EOF with an empty line returns (char *)NULL > * > * all other characters are ignored > */ > > Curiosly, the full information on ^D is not given in the help file. > > > Hi, I'd never used ^d as a delete on *nix since I already have del and bkspc I suppose. I just use if for exiting. This strange double function does not seem particularly good design but it been that way for decades so probably has not caused anyone to accidentally shut down the pumps on a nuclear reactor. I guess is can stay. So it's a feature not a bug and in any case is not a gnuplot issue. (go bug readline about windoze mapping of del key). regards |