Commit graph

  • b6618b631b Move format job cleanup onto its own timer. nicm 2015-08-28 11:38:27 +0000
  • 31c027a37a Merge branch 'obsd-master' Thomas Adam 2015-08-28 12:01:07 +0100
  • ee9f708500 Allow environment variables in #{}. nicm 2015-08-28 10:06:52 +0000
  • 031d7ce840 Merge branch 'obsd-master' Thomas Adam 2015-08-28 10:01:08 +0100
  • 25faca41eb Error messages should not have a trailing period. nicm 2015-08-28 07:55:43 +0000
  • fc58e44f89 Only do the automatic-rename dance if the pane has changed (seen output, or new active pane). nicm 2015-08-28 07:49:24 +0000
  • ce20572ace Merge branch 'obsd-master' Thomas Adam 2015-08-25 18:01:07 +0100
  • 2ffbd5b5f0 When searching for tabs, start from screen width, fixes out-of-bounds read found by Kuang-che Wu. nicm 2015-08-25 15:00:05 +0000
  • 429f86397b Merge branch 'obsd-master' Thomas Adam 2015-08-25 02:01:16 +0100
  • 3219e0314e In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear the destination celldata pointer rather than leaving a stale copy of the source pointer (which may later be freed). Fixes a crash found by Kuang-che Wu. nicm 2015-08-24 22:49:13 +0000
  • 65b45c9c32 Merge branch 'obsd-master' Thomas Adam 2015-08-16 12:01:06 +0100
  • 58b659a26e Come out of copy mode when history is cleared. nicm 2015-08-16 08:57:34 +0000
  • f5357ed940 Handle \ at EOL from Daniel Hahler. Nicholas Marriott 2015-08-15 09:53:19 +0100
  • 778612d152 Merge branch 'obsd-master' Thomas Adam 2015-08-13 18:01:07 +0100
  • 46aa92420a right-up should be right-of, also rename the values too. nicm 2015-08-13 15:02:23 +0000
  • 6447404cc2 Merge branch 'obsd-master' Thomas Adam 2015-08-12 12:01:09 +0100
  • 13b7fd82c1 Rename left/right/up/down relative to active pane to add -of suffix (left-of/right-of/etc) to remove conflict with left/right meaning leftmost or rightmost pane. From Ben Boeckel. nicm 2015-08-12 08:55:20 +0000
  • 3c9b8a28c6 Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-08-07 15:08:26 +0100
  • 736d8350e9 +history-file, from Ben Boeckel. Nicholas Marriott 2015-08-07 15:06:17 +0100
  • 73b4d098ce Merge branch 'obsd-master' Thomas Adam 2015-07-29 14:01:09 +0100
  • 5ec3621101 status_out and associated data structures are no longer used. nicm 2015-07-29 11:56:02 +0000
  • a568aaa0c0 Merge branch 'obsd-master' Thomas Adam 2015-07-28 18:01:08 +0100
  • b254115acd Tidy up the way terminals are described and move some structs out of tmux.h. nicm 2015-07-28 15:18:10 +0000
  • ff18787b2c Merge branch 'obsd-master' Thomas Adam 2015-07-27 10:01:08 +0100
  • d33adc4fd0 Make -q suppress ambiguous option warnings too, from Cam Hutchison. nicm 2015-07-27 08:45:45 +0000
  • e4cdc9fa0b Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-07-24 09:10:21 +0100
  • 669059aa19 Fix a warning, from Kosta Zertsekel. Nicholas Marriott 2015-07-24 09:06:15 +0100
  • 18a64ad52d Merge branch 'obsd-master' Thomas Adam 2015-07-20 18:01:10 +0100
  • 92af3766ec Add an option (history-file) for a file to save/restore command prompt history, from Olof-Joachim Frahm. nicm 2015-07-20 15:50:04 +0000
  • dedd9edf7f Merge branch 'obsd-master' Thomas Adam 2015-07-20 12:01:07 +0100
  • d4ce210713 Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While here, Xr xterm and remove some advice about elinks that is better elsewhere. nicm 2015-07-20 10:34:11 +0000
  • e6facdcb0c Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-07-19 08:10:07 +0100
  • 96dcbe217b Update tmux.vim from Ben Boeckel. Nicholas Marriott 2015-07-19 08:07:55 +0100
  • e45f42db29 Merge branch 'obsd-master' Thomas Adam 2015-07-17 16:01:07 +0100
  • bad8d0fd20 Do not call window_unzoom from window_destroy because it will try to add a notification which will get confused because the reference count is already zero and end up back in window_destroy and a double free. Instead, just destroy the layouts directly. Noticed by Thomas Adam. nicm 2015-07-17 13:09:07 +0000
  • b886393042 Merge branch 'obsd-master' Thomas Adam 2015-07-17 10:01:09 +0100
  • 3192178f15 Initialize client fd to -1 as well, from Bobby Powers. nicm 2015-07-17 06:53:47 +0000
  • 8c96e2a6d9 Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor. Nicholas Marriott 2015-07-15 08:46:35 +0100
  • 5ffb869e1a Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-07-14 08:15:05 +0100
  • bed3069fd7 Add _LINUX_SOURCE_COMPAT on AIX. Nicholas Marriott 2015-07-14 08:14:35 +0100
  • dcc28434f4 Merge branch 'obsd-master' Thomas Adam 2015-07-13 20:01:08 +0100
  • 8dcea2cc14 Reset G0/G1 state when resetting everything else with send-keys -R. nicm 2015-07-13 18:45:18 +0000
  • 4e637b1b61 Ignore environment variables that are too long to send to the server. nicm 2015-07-13 18:10:26 +0000
  • 07aef38591 Merge branch 'obsd-master' Thomas Adam 2015-07-13 18:01:09 +0100
  • e45d624df2 Fix line endings. nicm 2015-07-13 15:51:31 +0000
  • c7374c31c4 Initialize cwd fd to -1 so that we don't close fd 0 if the client is destroyed before it is changed. Also allow ttyname() to fail. Fixes problems when running out of file descriptors reported by Bruno Sutic. nicm 2015-07-13 15:49:31 +0000
  • 81069f66f9 Add a format to show if client is a control client. From Bruno Sutic. nicm 2015-07-13 15:37:26 +0000
  • 38d4d69639 Merge branch 'obsd-master' Thomas Adam 2015-07-13 16:01:09 +0100
  • 6308c48efd Add a -s flag to show-environment to output Bourne shell commands a la ssh-agent. Mostly from Cam Hutchison with some changes by me. nicm 2015-07-13 13:36:29 +0000
  • cc768d77ec Revert to marking lines as wrapped on newlines, fixes problems with capturep -J. nicm 2015-07-13 13:28:50 +0000
  • 73f9f0334c Check for flock in libbsd for AIX, and remove some getopt.h includes. From J Raynor. Nicholas Marriott 2015-07-13 14:19:50 +0100
  • 28c33f67bc Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-07-12 19:47:47 +0100
  • 235e0bd65a Update imsg*.[ch] from OpenBSD, including bzero->memset. Nicholas Marriott 2015-07-12 19:46:58 +0100
  • 9a0ce98c54 Merge branch 'obsd-master' Thomas Adam 2015-07-06 16:01:10 +0100
  • b298478435 Update environment with -E when attach-session used on an already attached session or switch-client used on the current session. From Cam Hutchison. nicm 2015-07-06 14:24:57 +0000
  • 78723af99f README: Clarify SYNCING is under the ISC Thomas Adam 2015-06-28 12:01:19 +0100
  • 8b8a007e8e Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-06-20 08:45:19 +0100
  • 8abcea18a2 Remove monitor-content options which have been removed, from Guy Hughes. Nicholas Marriott 2015-06-20 08:43:55 +0100
  • 0ef3e28609 Merge branch 'obsd-master' Thomas Adam 2015-06-19 02:01:10 +0100
  • f557c7d8ca Use the SRCDST define for usage. nicm 2015-06-18 23:56:01 +0000
  • b43b13faf9 Use xsnprintf. nicm 2015-06-18 23:55:24 +0000
  • 164ba041c9 Remove a stray : and tweak paragraph. nicm 2015-06-18 23:53:56 +0000
  • 86018a3947 Merge branch 'obsd-master' Thomas Adam 2015-06-17 22:01:13 +0100
  • 85120b37ea Change break-pane to take target and source panes (-t and -s) in line with other commands, from Thomas Adam. nicm 2015-06-17 19:56:08 +0000
  • 21a2ccc5f1 Merge branch 'obsd-master' Thomas Adam 2015-06-17 20:01:12 +0100
  • 84f0622c85 Break cmdq_continue inner loop into a helper function. nicm 2015-06-17 17:02:15 +0000
  • a584e11d6b Merge branch 'obsd-master' Thomas Adam 2015-06-17 18:01:07 +0100
  • 0ff335961e Move the shuffle code from new-window -a into a function and add a -a flag for move-window too. From Thomas Adam. nicm 2015-06-17 16:50:28 +0000
  • 021cdbe1c0 Use an explicit job state instead of avoid closing our side of the socketpair and setting it to -1 to mark when the other side is closed. This avoids closing it while the libevent bufferevent still has it (it could try to add it to the polled set which some mechanisms don't like). Fixes part a problem reported by Bruno Sutic. nicm 2015-06-17 16:44:49 +0000
  • 9fdc3a069a Merge branch 'obsd-master' Thomas Adam 2015-06-15 14:01:09 +0100
  • d96ab34019 Add window_activity format, from Thomas Adam based on a diff originally from propos6 at gmail dot com. nicm 2015-06-15 10:58:01 +0000
  • 37005d04a9 Merge branch 'obsd-master' Thomas Adam 2015-06-14 12:01:10 +0100
  • 29c29e7717 Add a format for client PID (client_pid) and server PID (pid). Diff for client_pid from Thomas Adam. nicm 2015-06-14 10:07:44 +0000
  • 48a46e066e Merge branch 'obsd-master' Thomas Adam 2015-06-10 16:01:08 +0100
  • ba665e24e3 Merge branch 'master' of github.com:tmux/tmux Nicholas Marriott 2015-06-10 15:41:35 +0100
  • dca084e703 Don't leak dotfd if fchdir fails. From ettl dot martin78 at gmail dot com. Nicholas Marriott 2015-06-10 15:39:23 +0100
  • bbc0898060 wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. nicm 2015-06-10 12:56:04 +0000
  • 0ff172fabf Merge branch 'obsd-master' Thomas Adam 2015-06-09 10:01:10 +0100
  • a412dd616f Fix loop comparison broken in last commit, from Thomas Adam. nicm 2015-06-09 07:07:06 +0000
  • 02a848d77c It isn't supposed to... Nicholas Marriott 2015-06-08 09:46:14 +0100
  • 7acc4addb5 Merge branch 'obsd-master' Thomas Adam 2015-06-07 23:42:25 +0100
  • c4e811e519 Add -E flag when attaching or switching client to bypass update-environment, from Steven Lu. nicm 2015-06-07 21:39:39 +0000
  • a5c55e4393 Update TODO. Nicholas Marriott 2015-06-07 08:36:03 +0100
  • ed6c036ee3 Use ints for the calculations rather than u_char, they could end up signed. nicm 2015-06-05 22:50:27 +0000
  • 55b96a5bd5 Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) like xterm(1) does, by mapping to the nearest in the 256 colour palette. nicm 2015-06-05 22:33:39 +0000
  • 1cb073d48e Use fixed colour tables rather than generated and do a quick search for exact match before doing the distance comparison. nicm 2015-06-05 22:01:17 +0000
  • 641a9cd3f5 Similarly, for sessions use a callback to free rather than checking every loop. nicm 2015-06-05 18:18:32 +0000
  • 10e90ae01f Change deref to the more sensible unref, and add a couple I missed before. nicm 2015-06-05 18:06:30 +0000
  • 8c93b768e4 Instead of putting dead clients on a list and checking it every loop, use event_once to queue a callback to deal with them. Also dead clients with references would never actually be freed because the wrap-up functions (the callback for stdin, or status_prompt_clear) would never be called. So call them in server_client_lost. nicm 2015-06-05 18:01:12 +0000
  • b0782df8a6 Do not use the key variable uninitialized (in a debug log statement), reported by jungleboogie0 at gmail dot com. nicm 2015-06-05 15:10:13 +0000
  • f7598b8a26 Only need *.ch in compat. Nicholas Marriott 2015-06-05 12:44:15 +0100
  • 2f586905fc Fix a warning. nicm 2015-06-05 09:09:08 +0000
  • 4219939c10 Make it so that if a window or session target is prefixed with an =, only an exact name or index match is accepted, no special character, prefix match, or fnmatch. nicm 2015-06-05 08:14:16 +0000
  • 6b2129696f Move the nested check from client to server and compare the client tty name to all the pane pty names instead of comparing socket paths. This means that "new -d" will work without unsetting $TMUX. nicm 2015-06-04 23:27:51 +0000
  • dc0d34e137 tweak SYNOPSIS and usage(); jmc 2015-06-04 20:34:22 +0000
  • 83a70172a4 Merge branch 'obsd-master' Thomas Adam 2015-06-04 16:01:07 +0100
  • 4a6c06d6a9 Make unsetting a global option restore it to the default. Diff lying around for a while, I have forgotten who suggested it :-/. nicm 2015-06-04 14:29:33 +0000
  • 02e348c069 Merge branch 'obsd-master' Thomas Adam 2015-06-04 12:59:41 +0100
  • a863834574 Add support for a single "marked pane". There is one marked pane in the server at a time; it may be toggled or cleared with select-pane -m and -M (the border is highlighted). A new target '~' or '{marked}' specifies the marked pane to commands and it is the default target for the swap-pane and join-pane -s flag (this makes them much simpler to use - mark the source pane and then change to the target pane to run swapp or joinp). nicm 2015-06-04 11:43:51 +0000
  • 1de74e27e5 Spaces -> tabs. Nicholas Marriott 2015-06-04 11:40:27 +0100