dick hoogendijk wrote: > Peter Tribble wrote: > >> On Tue, Dec 2, 2008 at 12:17 AM, Brian Cameron <Brian.Cameron at sun.com> >> wrote: >> >>> Shawn: >>> >>> It looks like you found the solution to Priority 2 bug #6419901. Good >>> work. >>> >> I don't think so. Bug 6419901 says that PgUp/PgDown/Home/End should move >> the scrollbar without needing to press shift. >> > > Why should HOME or END move the scrollbar. I NO other terminal program is > this done.
xterm - the ancestor of all terminal emulators. I still prefer it to gnome-terminal, for a number of reasons: cutToBeginningOfLine: false (triple-click selects from cursor to end-of-line, not entire line - e.g. copy command without the prompt) cutNewline: off (triple-click doesn't select newline, so you can paste and then edit before pressing return) vt100.eightBitInput: true (allow meta key modifier e.g. to control zsh/emacs - although this totally breaks the model for i18n multi-byte character handling unfortunately) -Bob
