- added "readline" extension that allows cursor positioning
via mouse clicks.
- now it is possible to insert the value of the CLIPBOARD selection
- with shift - mouse button 2
+ with shift - mouse button 2.
- fixed the automove-background extension to ignore coordinates
in non-synthetic events.
- created a separate libpty for portable and secure
- pty/tty/utmp/wtmp/lastlog handling.
- - the non-terminfo visual bell is now done asynchronously, so
+ pty/tty/utmp/wtmp/lastlog handling, and include it in rxvt-unicode.
+ - the non-terminfo visual bell now works asynchronously, so
continuous ASCI BELs in one terminal do no longer monopolise the
whole urxvt[d] process.
- support some *BSD makes (for the time being, gnu make is a safe bet).
echo " Xpm library: $XPM_LIBS"
fi
-echo "
-The following are set in config.h
-"
if test x$support_utmp != xyes; then
echo " utmp support: disabled"
echo
else
echo " utmp support: enabled
- utmp file: $rxvt_cv_path_utmp
- utmpx file: $rxvt_cv_path_utmpx
- wtmp file: $rxvt_cv_path_wtmp
- wtmpx file: $rxvt_cv_path_wtmpx
- lastlog file: $rxvt_cv_path_lastlog
- ttys/ttytab file: $rxvt_cv_path_ttytab
- embedded perl: $support_perl"
- echo
+ utmp file: $path_utmp
+ utmpx file: $path_utmpx
+ wtmp file: $path_wtmp
+ wtmpx file: $path_wtmpx
+ lastlog file: $path_lastlog
+ lastlogx file: $path_lastlogx"
fi
if test x$term != x; then
echo " set TERM to: $term"
echo " resource class fallback: $RESFALLBACK"
fi
echo
+echo " embedded perl: $support_perl"
+echo
if test x$support_xpm = xneedsmanualspecification; then
echo ".----------------------------------------------------------------."
echo ". WARNING: --enable-xpm-background was specified however the ."
echo " Xpm library: $XPM_LIBS"
fi
-echo "
-The following are set in config.h
-"
if test x$support_utmp != xyes; then
echo " utmp support: disabled"
echo
else
echo " utmp support: enabled
- utmp file: $rxvt_cv_path_utmp
- utmpx file: $rxvt_cv_path_utmpx
- wtmp file: $rxvt_cv_path_wtmp
- wtmpx file: $rxvt_cv_path_wtmpx
- lastlog file: $rxvt_cv_path_lastlog
- ttys/ttytab file: $rxvt_cv_path_ttytab
- embedded perl: $support_perl"
- echo
+ utmp file: $path_utmp
+ utmpx file: $path_utmpx
+ wtmp file: $path_wtmp
+ wtmpx file: $path_wtmpx
+ lastlog file: $path_lastlog
+ lastlogx file: $path_lastlogx"
fi
if test x$term != x; then
echo " set TERM to: $term"
echo " resource class fallback: $RESFALLBACK"
fi
echo
+echo " embedded perl: $support_perl"
+echo
if test x$support_xpm = xneedsmanualspecification; then
echo ".----------------------------------------------------------------."
echo ". WARNING: --enable-xpm-background was specified however the ."