|
From: Daniel J S. <dan...@ie...> - 2006-07-18 05:33:28
|
Ethan A Merritt wrote: >>For the history readline, the Home key places an "OH" in the line >>and the End key places an "OF" in the command line. >>Could those be altered so that Home moves the cursor to the front >>and End to the end of the line? > > > It already does that for me, with gnu readline. > Are you talking about the built-in readline? Ummm... Yes, I think so. I assume the command line in my xterm is gnu readline because that is how Home/End work there. This is the version that was reactivate one or two months ago. Here is something else. No need to change this, but in gplt_x11.c there is the function DrawRotated(plot_struct *plot, Display *dpy, GC gc, int xdest, int ydest, which defines a variable "gc", but there is also a global variable "gc". Not a problem, but a programmer could get fooled by that. Maybe add a variable rename to the Post-4.2 list. Dan |