TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection'
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194
- - expect major compatibility issues and please test and report.
+ - expect major portability issues in this release: please test and report.
- converted from the veritable io manager event loop to
the high performance libev (http://software.schmorp.de/pkg/libev).
- automove-background functionality re-implemented internaly using :root op in pixmap
#define STATUS_FAILURE 1
#define STATUS_CONNECTION_FAILED 2
-struct client : rxvt_connection {
+struct client : rxvt_connection
+{
client ();
};
log_cb (this, &server::log_msg),
getfd_cb (this, &server::getfd)
{
+ this->fd = fd;
fcntl (fd, F_SETFD, FD_CLOEXEC);
fcntl (fd, F_SETFL, 0);
read_ev.start (fd, ev::READ);