.emacs-obsolete
changeset 1313 ec0316f8e223
parent 1304 8c1f6458c907
child 1375 5959fa99a6f7
--- a/.emacs-obsolete	Thu Dec 10 15:46:08 2015 +0200
+++ b/.emacs-obsolete	Thu Dec 10 15:49:16 2015 +0200
@@ -84,3 +84,10 @@
    `(
      ;; 64 times, for highlight C-u C-u C-u <key>
      ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t) )) )
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Make mouse clicks work in xterm (and iTerm).
+
+(when (not (window-system))
+  (xterm-mouse-mode +1))
+