aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-buffers.c
Commit message (Collapse)AuthorAge
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-14
| | | | | | | | | | maintain and is only going to get worse as more are used. So instead, add a new uint64_t member to cmd_entry which is a bitmask of upper and lowercase options accepted by the command. This means new single character options can be used without the need to add it explicitly to the list.
* Pass return code from _exec; allow command sequences to work from the ↵Nicholas Marriott2009-01-19
| | | | command line.
* find-window command.Nicholas Marriott2009-01-18
|
* Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b.Nicholas Marriott2009-01-07
|
* Trim.Nicholas Marriott2008-09-26
|
* Use three dots not two.Nicholas Marriott2008-06-20
|
* Don't show creation time, show more of buffer.Nicholas Marriott2008-06-20
|
* Swap in new paste buffer code and add a couple more commands.Nicholas Marriott2008-06-20