- e304673 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- f0239a8 Remove some more unused variables, and use RB_FOREACH_SAFE in by nicm · 9 years ago
- dc42c35 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- 6ab17e3 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
- bc6137f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
- 5caec30 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- f4adcfa Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
- 899bee0 Actually I thought cmd_get_state_client was unnecessary but it will be needed. by nicm · 9 years ago
- 00da99f Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 72948d9 -c needs to be able for fail for display-message. by nicm · 9 years ago
- 66d1193 Remove an unnecessary function. by nicm · 9 years ago
- d37a580 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 50f8ead Don't log an error when doing the first check for move-window. by nicm · 9 years ago
- 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
- ae5ddfd Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
- 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
- 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
- 5862f59 Conflicts: Makefile by Thomas Adam · 9 years ago
- d2fb0ef Add hooks infrastructure, basic commands (set-hook, show-hooks) and a by nicm · 9 years ago
- 9fe8b28 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 6a2ca34 Do not set a limit on the length of commands when printing them. by nicm · 9 years ago
- 76688d2 Merge branch 'obsd-master' by Thomas Adam · 9 years ago
- 2a836bc All the cmd_*_entry declarations do not need to be in tmux.h. by nicm · 9 years ago
- 94a8ef1 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 10 years ago
- 72e9ebf Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 07dfdb9 Make message log a TAILQ. by nicm · 10 years ago
- 6dbd63b Move the functions to convert ids from strings into session.c and window.c. by nicm · 10 years ago
- 56e1132 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- aeedb46 Convert clients list into a TAILQ. by nicm · 10 years ago
- 0a88377 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- 3909aff Look up indexes as number before name, makes more sense if windows are by nicm · 10 years ago
- b25dc42 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
- 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
- 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
- a54b005 Support using pane id as part of session or window specifier (so %1 by nicm · 10 years ago
- 304f86c Support ! for last pane. by nicm · 10 years ago
- a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
- c5253ad Show an error if cmd_find_session can't find the current session, like by nicm · 10 years ago
- bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
- f4ffaf5 Just use char ** for argv like normal people, not char *const *. by nicm · 11 years ago
- 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
- 18cb135 Don't write into buffer if no arguments, reported by Filipe Rosset. by nicm · 11 years ago
- 0bb9d51 Don't write into buffer if no arguments, reported by Filipe Rosset. by Nicholas Marriott · 11 years ago
- d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
- 1a0d3cd Allow attach-session -t to accept a window and pane to select them on by nicm · 11 years ago
- c1ccefc We accidentally haven't been using $TMUX to work out the session for a by nicm · 11 years ago
- 6ac7abe Remove now unused cmd_get_default_path. by nicm · 11 years ago
- b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
- e9b09fa We accidentally haven't been using $TMUX to work out the session for a while by Nicholas Marriott · 11 years ago
- 5ea6148 Remove now unused cmd_get_default_path. by Nicholas Marriott · 11 years ago
- 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
- a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
- 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
- b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
- 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
- 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
- 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
- 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
- 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
- f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
- 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
- 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
- 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
- afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
- 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
- f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
- 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
- a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
- 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
- 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
- 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
- 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
- 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago