Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Whoops, don't use the name of the rule here now. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Add a changes entry. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Two more to ignore. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | $(PROG) is gorn. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | cmake build files. I wrote these but then decided to keep the cleanup | Nicholas Marriott | 2009-05-13 | |
| | | | | | | (getopt/HAVE_*) changes but add a manual configure script and clean up the makefiles instead. Can always be resurrected if necessary. | |||
* | Everything supported has working vsnprintf. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 | |
| | | | | | | | | | script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later. | |||
* | Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Use getopt.c from openssh rather than OpenBSD's getopt_long. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Bye-bye META. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Works fine, escaping was the issue. | Nicholas Marriott | 2009-05-11 | |
| | ||||
* | Spacing. | Nicholas Marriott | 2009-05-04 | |
| | ||||
* | RB_INSERT returns &item if already exists, so use that rather than doing a | Nicholas Marriott | 2009-05-04 | |
| | | | | | check beforehand. | |||
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 | |
| | ||||
* | This should be fixed by previous commit. | Nicholas Marriott | 2009-05-04 | |
| | ||||
* | Region can reset cursor to 0,0 - bad if there is an offset. So sort out ↵ | Nicholas Marriott | 2009-05-04 | |
| | | | | region before cursor. | |||
* | Use ACS for line drawing characters. | Nicholas Marriott | 2009-05-04 | |
| | ||||
* | Only worry about complete seconds for status line update. Also reduce poll ↵ | Nicholas Marriott | 2009-05-02 | |
| | | | | interval and de-magic-number it. | |||
* | Support "neww; neww" as well "neww ; neww". | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | previous-layout command. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Use a (pre)randomised binary tree for UTF-8 character widths. Probably overkill | Nicholas Marriott | 2009-04-30 | |
| | | | | | but meh. | |||
* | static const. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Display the layout name in window lists. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | DOH. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Indentation. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | cvs add is often a good move. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Merge resize-pane-{up,down} into resize-pane. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Oops, revert - need u_char. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | Don't need cp. | Nicholas Marriott | 2009-04-30 | |
| | ||||
* | This should be fixed now. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | /* $Id$ */ | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | tmux doesn't care about setres[ug]id. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | getopt_long.c not getopt.c | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Solaris doesn't have TAILQ_REPLACE yet :-(. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Don't need all this %p stuff anymore really. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Some tweaks for Solaris. | Nicholas Marriott | 2009-04-29 | |
| | | | | | Get rid of vis.* in favour of a small replacement function. | |||
* | Ignore tmux*.out as well. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Use a u_char so top-bit-set update the cursor as well. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | + item. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Ignore del too. | Nicholas Marriott | 2009-04-29 | |
| | ||||
* | Simplify the code by using the generic _target functions. | Tiago Cunha | 2009-04-28 | |
| | ||||
* | No TAILQ_REPLACE on NetBSD. | Nicholas Marriott | 2009-04-27 | |
| | ||||
* | Use cmd_prarg to include "s when necessary. | Nicholas Marriott | 2009-04-27 | |
| | ||||
* | Convert hidden flag to a full flags word for the status line and add a flag to | Nicholas Marriott | 2009-04-27 | |
| | | | | | | accept after only one key. Use this so don't need to press enter after y/n for confirm-before. | |||
* | +=. | Nicholas Marriott | 2009-04-27 | |
| | ||||
* | Perform some black and midnight cpp witchcraft to get rid of GRID_DEBUG, to fix | Nicholas Marriott | 2009-04-27 | |
| | | | | | building with -DDEBUG on gcc2 platforms. From joshe. | |||
* | Missing Ar. | Nicholas Marriott | 2009-04-27 | |
| | ||||
* | Update commands, and options. | Tiago Cunha | 2009-04-27 | |
| | ||||
* | - Add alias to the break-pane command. | Tiago Cunha | 2009-04-27 | |
| | | | | | - s/Asks/Ask/ in the confirm-before command for consistency's sake. |