TODO: 9:55 <Wolf_on_Air> URxvt.keysym.M-c: perl:clipboard:copy
TODO: 9:55 <Wolf_on_Air> URxvt.keysym.M-v: perl:clipboard:paste
TODO: http://triplefusion.net/system/macosx-clipboard
+8.
+ - secondaryScroll is now enable by default (as per the manpage),
+ reported by exg.
+
8.0 Thu Nov 2 18:35:19 CET 2006
- combining characters cleared the area instead of creating an overlay,
thus losing the ability to draw combining characters properly in most
#define Height2Pixel(n) ((int32_t)(n) * (int32_t)fheight)
#define OPTION(opt) (options & (opt))
-#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
- | Opt_jumpScroll | Opt_secondaryScreen \
- | Opt_pastableTabs | Opt_intensityStyles)
+#define DEFAULT_OPTIONS (Opt_scrollBar \
+ | Opt_scrollTtyOutput \
+ | Opt_jumpScroll \
+ | Opt_secondaryScreen \
+ | Opt_secondaryScroll \
+ | Opt_pastableTabs \
+ | Opt_intensityStyles)
// for m >= -n, ensure remainder lies between 0..n-1
#define MOD(m,n) (((m) + (n)) % (n))