On Mon, 15 Jul 2013, Russell Coker wrote: > The latest Debian/Unstable has a newer buggier version of Konsole and > I'm looking for a new Xterm type program. An ideal Konsole replacement > would allow configuration of the field split characters for > double-click copy/paste and have a slider at the side for scrolling > back (xterm allows the mouse wheel but doesn't have a slider).
'course it does. And like all good things, it's (and the word separator character class) configured through X resources. Settings below are what in my humble opinion (hah!) should be default. Certainly make life more sane. XTerm*on2Clicks: word XTerm*on3Clicks: line XTerm*on4Clicks: group XTerm*on5Clicks: all XTerm*scrollBar: true XTerm*VT100.charClass: 33:33,37:33,45-47:33,64:33 XTerm.VT100.background: rgb:00/00/00 XTerm.VT100.foreground: rgb:60/ff/60 XTerm*Scrollbar.background: black XTerm*Scrollbar.foreground: white XTerm*borderColor: white XTerm*multiScroll: true XTerm*scrollTtyOutput: True XTerm*scrollKey: True ! This resource specifies whether or not to ignore the 'alternate screen' ! of applications such as vi. When it is on, these applications will restore ! the contents of the screen when they are exited to what they were before ! they were started. When it is off, the contents of vi will remain on the ! screen after the program is quit (seriously, who do I shoot to make sure ! that this ridiculous concept never appears again?) XTerm.VT100.titeInhibit: true !and then allow an extra screenfull of scroll when screen "alternated" XTerm.VT100.tiXtraScroll: true > It would also allow ^+ and ^- to be used for changing font size (as all > web browsers seem to do). 'fraid it can't do that. You'll have to put up with ctrl-shift++/- instead (at least, that seems to be how I've bound them). Oh look at that, my keyboard setup has broken since I upgraded to wheezy. Both keybindings appear as "go-smaller", but my xmodmap is quite hacked up, so no one should be surprised. Shows you how often I use it! !http://www.leonerd.org.uk/hacks/hints/xterm-sensible.html XTerm*VT100.faceName: DejaVu Sans Mono XTerm*VT100.boldFont: DejaVu Sans Mono:style=Bold XTerm*VT100.faceSize: 9 !doesn't seem to set the relative sizes as monotonically increasing - can't slot default size=11 in between facesize4 and facesize5 !FIXME: Need to fix this to enable on non debian hosts !FIXME: enabled on debian testing aatpc2. works there... XTerm*VT100.faceSize1: 1 XTerm*VT100.faceSize2: 5 XTerm*VT100.faceSize3: 7 XTerm*VT100.faceSize4: 11 XTerm*VT100.faceSize5: 14 XTerm*VT100.faceSize6: 17 XTerm*VT100.Font2: -*-dejavu sans mono-medium-r-*-*-8-*-*-*-*-*-iso10646-1 XTerm*VT100.Font3: -*-dejavu sans mono-medium-r-*-*-10-*-*-*-*-*-iso10646-1 XTerm*VT100.Font: -*-dejavu sans mono-medium-r-*-*-14-*-*-*-*-*-iso10646-1 XTerm*VT100.Font4: -*-dejavu sans mono-medium-r-*-*-18-*-*-*-*-*-iso10646-1 XTerm*VT100.Font5: -*-dejavu sans mono-medium-r-*-*-20-*-*-*-*-*-iso10646-1 XTerm*VT100.Font6: -*-dejavu sans mono-medium-r-*-*-24-*-*-*-*-*-iso10646-1 > What's a good desktop replacement for KDE? FVWM. /troll only half serious > I want something that looks like OS/2 2.0+, I wouldn't be surprised if it's configurable for that. > is reasonably fast (not the slow login of modern KDE), > and which has widgets for times in multiple time zones and clipboard > management. wmcliphist. aw, no longer in debian. I swear, software never improves. I'm going back to the abacus. -- Tim Connors _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
