commit | 3dbacbb62b033c04185fb87da5b0622f0aafee86 | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue May 13 07:34:35 2014 +0000 |
committer | nicm <nicm> | Tue May 13 07:34:35 2014 +0000 |
tree | dde33fb1890f249c21d2e5f93943a1e30314f261 | |
parent | f4ffaf5a7fad4c02ad2d08c7b2c80fdec21b64a9 [diff] |
Add support for named buffers. If you don't name a buffer, things work much as before - buffers are automatically named "buffer0000", "buffer0001" and so on and ordered as a stack. Buffers can be named explicitly when creating ("loadb -b foo" etc) or renamed ("setb -b buffer0000 -n foo"). If buffers are named explicitly, they are not deleted when buffer-limit is reached. Diff from J Raynor.