summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 23:28:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-27 23:28:51 +0000
commit043514a834a2605b2635f9121071a5e53951915d (patch)
tree0848bee4f6b75f4cf9bb3ccaf8c47018e352a112 /CHANGES
parentf47ab8f13fd76cb1761c74d1384ce7695ebbea44 (diff)
Preliminary mouse support.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b9ed5a2c..6ba8968c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
27 November 2007
+* Enable/disable mouse when asked, if terminal claims to support it. Mouse
+ sequences are just passed through unaltered for the moment.
* Big internal reorganisation. Rather than leaving control of the tty solely in
the client and piping all data through a socket to it, change so that the
server opens the tty again and reads and writes to it directly. This avoids
@@ -283,4 +285,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.87 2007-11-27 19:23:32 nicm Exp $
+$Id: CHANGES,v 1.88 2007-11-27 23:28:51 nicm Exp $