morreale@bierstadt.ucar.edu (Peter Morreale) (06/20/89)
While browsing the manpage for X I noticed some resources
in the examples that I cannot find a cross-reference on.
Anybody know about the following?
cutNewline
cutToBeginningOfLine
These are xterm resources. What do they do?
Thanx,
-PWM
###############################################################################
Peter W. Morreale |
Nat'l Center for Atmos. Research | Voice: (303) 497-1293
Scientific Computing Division | email: morreale@ncar.ucar.edu
P.O. Box 3000 | IP: 128.117.64.4
Boulder, CO 80307-3000 |
--------------------------------------------------------------
Disclaimer: These opinions are my own, I think.jim@EXPO.LCS.MIT.EDU (Jim Fulton) (06/20/89)
> 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.