The R Project SVN R

Rev

Rev 88800 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88800 Rev 88998
Line 554... Line 554...
554
#ifdef windows
554
#ifdef windows
555
  in modes \code{"r"} and \code{"w"} only.
555
  in modes \code{"r"} and \code{"w"} only.
556
#endif
556
#endif
557
#ifdef unix
557
#ifdef unix
558
  in mode \code{"r"} only.  This reads the X11 primary selection (see
558
  in mode \code{"r"} only.  This reads the X11 primary selection (see
559
  \url{https://specifications.freedesktop.org/clipboard-spec/latest}),
559
  \url{https://specifications.freedesktop.org/clipboard/}),
560
  which can also be specified as \code{"X11_primary"} and the secondary
560
  which can also be specified as \code{"X11_primary"} and the secondary
561
  selection as \code{"X11_secondary"}.  On most systems the clipboard
561
  selection as \code{"X11_secondary"}.  On most systems the clipboard
562
  selection (that used by \sQuote{Copy} from an \sQuote{Edit} menu) can
562
  selection (that used by \sQuote{Copy} from an \sQuote{Edit} menu) can
563
  be specified as \code{"X11_clipboard"}.
563
  be specified as \code{"X11_clipboard"}.
564
#endif
564
#endif