Mostly-complete copy and paste.

This commit is contained in:
Nicholas Marriott
2007-11-23 17:52:54 +00:00
parent 68b2d36e07
commit 8da0b1fb99
9 changed files with 207 additions and 24 deletions

View File

@ -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 $