Make copy/paste position and game use clipboard, bug #27810
authorTim Mann <tim@tim-mann.org>
Wed, 28 Oct 2009 06:57:25 +0000 (23:57 -0700)
committerTim Mann <tim@tim-mann.org>
Wed, 28 Oct 2009 06:57:25 +0000 (23:57 -0700)
commit2b102a5aee6ecd7f801208d2c6f6aacf59397ee4
tree3186e8b9f4b88f552aceb0e237e3d6ab69fa4c89
parent4d057f1c54f1904fc7e01828b5896c2a979d15ea
Make copy/paste position and game use clipboard, bug #27810

Copy actually sets both the clipboard and the selection for
convenience and compatibility with the old way of doing things.  Paste
pastes from the clipboard by default, but the new -pasteSelection
option lets you get back the old behavior of pasting from the
selection.
common.h
xboard.c
xboard.texi