summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 17:52:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 17:52:54 +0000
commit8da0b1fb990956bc82243dc9693041286d69636a (patch)
treeaf9aca537620d2e9c1b1761e8312961f5b1e8950 /CHANGES
parent68b2d36e07455747fab5ec99dfae9895c8a043a4 (diff)
Mostly-complete copy and paste.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f308674..240961a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
23 November 2007
+* Mostly complete copy & paste. Copy mode entered with C-b [ (copy-mode
+ command). In copy mode, arrow keys/page up/page down/hjkl/C-u/C-f navigate,
+ space or C-space starts selection, and enter or C-w copies and (important!)
+ exits copy mode. C-b ] (paste-buffer) pastes into current terminal. No
+ extra utility keys (bol/eol/clear selection/etc), only one single buffer,
+ and no buffer manipulation commands (clear/view/etc) yet. The code is also
+ fugly :-(.
* history-limit option to set maximum history. Does not apply retroactively to
existing windows! Lines take up a variable amount of space, but a reasonable
guess for an 80-column terminal is 250 KB per 1000 lines (of history used,
@@ -256,4 +263,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.81 2007-11-23 12:48:20 nicm Exp $
+$Id: CHANGES,v 1.82 2007-11-23 17:52:54 nicm Exp $