AC_LANG(C++)
dnl# --------------------------------------------------------------------------
-dnl# Supply default CXXLAGS, if not specified by `CXXLAGS=flags ./configure'
+dnl# Supply default CXXFLAGS, if not specified by `CXXFLAGS=flags ./configure'
dnl#
if test -z "$orig_CXXFLAGS"; then
if test x$GCC = xyes && test "x$GXX" = xyes; then
CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
- AC_COMPILE_IFELSE([int i;], [], [CXXFLAGS="-g -O3"])
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [], [CXXFLAGS="-g -O3"])
else
CXXFLAGS="-O"
fi
=item B<Insertion>:
-Pressing and releasing the Middle mouse button (or B<Shift-Insert>) in
-an B<@@RXVT_NAME@@> window causes the current text selection to be
-inserted as if it had been typed on the keyboard.
+Pressing and releasing the Middle mouse button in an B<@@RXVT_NAME@@> window
+causes the value of the PRIMARY selection (Shift for CLIPBOARD) to be inserted
+as if it had been typed on the keyboard.
+B<Shift-Insert> causes the value of the PRIMARY selection to be inserted too.
=back
Binds a popup menu to Ctrl-Button3 that lets you convert the selection
text into various other formats/action (such as uri unescaping, perl
-evalution, web-browser starting etc.), depending on content.
+evaluation, web-browser starting etc.), depending on content.
Other extensions can extend this popup menu by pushing a code reference
onto C<@{ $term->{selection_popup_hook} }>, that is called whenever the