Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: Quest. 'bout some X resources Message-ID: <8906201337.AA01867@expo.lcs.mit.edu> Date: 20 Jun 89 13:37:35 GMT References: <3479@ncar.ucar.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 18 > Anybody know about the following? > > cutNewline > cutToBeginningOfLine > > These are xterm resources. What do they do? These are Booleans that control what gets selected when triple clicking: cutNewLine If TRUE, then the newline at the end of the line is included in the selection. cutToBeginningOfLine If TRUE, then the text to the left of the pointer is included in the selection as well as the text to the right. Both default to TRUE.