Commit Graph

  • 9ae2284726 Merge clock-mode command into copy-mode. nicm 2015-02-09 23:18:19 +00:00
  • b4750e4c35 Add a note about cmd_find_*. Nicholas Marriott 2015-02-09 13:12:25 +00:00
  • 1b2c62afe9 Entries in the window list can be NULL, prompted by a crash seen by Ben Boeckel. nicm 2015-02-09 12:47:18 +00:00
  • f28032b031 Check for \0 in the right place, from J Raynor. nicm 2015-02-07 23:43:41 +00:00
  • 52756fb3c5 Use the same time for both calls to format_expand_time. nicm 2015-02-06 23:28:52 +00:00
  • cb018a4212 No paths.h on Solaris. Nicholas Marriott 2015-02-06 23:24:44 +00:00
  • 833fe5bdee Merge branch 'obsd-master' Thomas Adam 2015-02-06 19:05:56 +00:00
  • 313f2263f8 status_replace can now become local to status.c and it no longer needs the jobsflag argument. While here there is no need to repeat work that format_defaults already does. nicm 2015-02-06 17:21:08 +00:00
  • 8d94bb67ab Use formats not status_replace for set-titles-string. nicm 2015-02-06 17:17:12 +00:00
  • 03758a50dc Add format_expand_time and use it instead of status_replace where command execution is not needed. nicm 2015-02-06 17:11:39 +00:00
  • 83a8e1fd20 Move pane border options to window options rather than session, from Marc Finet. nicm 2015-02-06 15:09:34 +00:00
  • 90bf7026f6 Reset bracket paste mode on detach. nicm 2015-02-05 11:46:57 +00:00
  • f1e68bfdd2 Remove a couple of now-unused variables. nicm 2015-02-05 10:32:39 +00:00
  • 4946f74253 Wrap all the individual format_* calls in a single format_defaults functions. nicm 2015-02-05 10:29:43 +00:00
  • e5d9ceff18 There is no need to save the guard state because the function checks it again anyway. nicm 2015-02-05 10:26:29 +00:00
  • c9642ee213 Remove two unused arguments from status_replace. nicm 2015-02-01 23:43:23 +00:00
  • 4e03239d1f Tidy up detach-client a bit. nicm 2015-01-30 15:57:30 +00:00
  • 144025e3e6 Focus off needs to be sent with tty_raw, reported by Geoff Nixon. nicm 2015-01-30 12:33:03 +00:00
  • 93c3fb78a3 has-session is now part of new-session. Nicholas Marriott 2015-01-29 12:56:30 +00:00
  • 51233d8b2a Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Nicholas Marriott 2015-01-25 20:31:22 +00:00
  • adcc71d4d5 Don't leak the individual strings when copying environment. nicm 2015-01-25 16:53:46 +00:00
  • 68429cd0d3 Spaces to tabs. Nicholas Marriott 2015-01-25 16:51:49 +00:00
  • c38f0d85da In options-table.c r1.51 an extra space was added to the default status-right, overrunning status-right-length with long window titles. Allow for the extra space so the last digit of the year isn't lost. ok nicm@ sthen 2015-01-21 12:20:56 +00:00
  • f9c7f9a17a typo in comment ;) ok nicm sthen 2015-01-20 10:57:10 +00:00
  • 16bdd970dc Support blinking cursor mode, both the xterm CSI ?12 h/l and (the backwards) screen CSI 34 h/l. From Guanpeng Xu. nicm 2015-01-20 08:18:04 +00:00
  • d451502676 Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. nicm 2015-01-19 09:58:34 +00:00
  • df6488a470 Merge branch 'obsd-master' Thomas Adam 2015-01-16 19:17:31 +00:00
  • 776eef49d8 Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) deraadt 2015-01-16 06:40:13 +00:00
  • 6e764fb53e Remove an unnecessary variable and shorten a line. nicm 2015-01-15 13:43:13 +00:00
  • 86207ee676 Shorten some long lines. nicm 2015-01-15 13:35:13 +00:00
  • 66e8811c64 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Nicholas Marriott 2015-01-12 22:46:44 +00:00
  • a9644c1f8b We do not need to add /usr/local to CPPFLAGS; if configure managed to pass then the dependencies must already be in the search path. Reported by Romain Naour. Nicholas Marriott 2015-01-12 22:46:01 +00:00
  • 8a8e2eb04a correctly use HOST_NAME_MAX. deraadt 2015-01-11 04:14:40 +00:00
  • da72a0b7a8 Merge branch 'obsd-master' Thomas Adam 2015-01-10 21:38:50 +00:00
  • aae2b7aa89 Revert to r1.16 since this is still clearly broken and I can't see how right now. nicm 2015-01-06 21:14:42 +00:00
  • fee096a406 Unzoom before kill, from Thomas Adam. nicm 2015-01-06 09:12:53 +00:00
  • be0ad01b7c Add missing default bindings, from Theo Buehler. nicm 2015-01-06 09:12:02 +00:00
  • daea0e4fff Need param.h, from Ismail Donmez. Nicholas Marriott 2014-12-31 10:00:47 +00:00
  • cc1bc9717c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Nicholas Marriott 2014-12-21 15:47:21 +00:00
  • 9cb5afe114 t_kP is the same as PageUp, so no need for it, from Daniel Hahler. Nicholas Marriott 2014-12-21 15:46:43 +00:00
  • 2a9a75a569 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Thomas Adam 2014-12-19 19:23:08 +00:00
  • 5f8138faf5 Merge branch 'obsd-master' Thomas Adam 2014-12-19 19:20:09 +00:00
  • 160e3e2be3 Notify on zoom/unzoom, from George Nachmann. nicm 2014-12-15 10:04:18 +00:00
  • d88c381ce9 Only redraw affected lines when selection changes with mouse. From Michael Graczyk. nicm 2014-12-15 10:02:55 +00:00
  • f495b150fa Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Nicholas Marriott 2014-12-15 09:24:15 +00:00
  • 3771ab7c67 Add missing va_end, from Thomas Jarosch. Nicholas Marriott 2014-12-15 09:23:34 +00:00
  • 7a0c94b28a Add pane_dead_status for exit status of dead panes. nicm 2014-12-09 19:23:35 +00:00
  • 32f1ceddc9 Tweak ordering and whitespace. Nicholas Marriott 2014-12-06 00:07:55 +00:00
  • ccbe2545d9 Merge branch 'obsd-master' Thomas Adam 2014-12-03 08:41:08 +00:00
  • 54ca7b230d Add -F to if-shell to allow it to be used to check for format or option values rather than executing a command. nicm 2014-12-02 23:39:02 +00:00
  • 575fd1e322 Permit option values to be used in formats. nicm 2014-12-02 23:19:45 +00:00
  • e52d791212 Another fix for insertion from Balazs Kezes. On insertion, size the line just enough for the inserted characters. nicm 2014-12-01 22:22:14 +00:00
  • c8bf8ee931 Check ZOOMED flag on window. nicm 2014-12-01 14:30:18 +00:00
  • c403bfc894 Remove dead code, from Thomas Adam. nicm 2014-11-30 08:03:29 +00:00
  • a3612a5472 Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ millert 2014-11-26 18:34:51 +00:00
  • 3e8efcc555 Merge branch 'obsd-master' Thomas Adam 2014-11-19 09:22:03 +00:00
  • e0929262db Label windows which are smaller than expected with a reason. nicm 2014-11-14 02:19:47 +00:00
  • 7cc4706646 Restore change in r1.17 but add checks to prevent the line length overflowing, from Balazs Kezes. nicm 2014-11-12 22:59:45 +00:00
  • d37f266524 Add -b to splitw like joinw, from Felix Rosencrantz. nicm 2014-11-12 22:57:06 +00:00
  • bd803e82e9 Merge branch 'obsd-master' Thomas Adam 2014-11-12 21:58:05 +00:00
  • f9308bc244 Don't let force-width or force-height be < PANE_MINIMUM. nicm 2014-11-12 16:00:03 +00:00
  • 7697f5aa8f Revert r1.17 as it breaks inserting in some cases. nicm 2014-11-10 19:53:32 +00:00
  • 4429941668 Expand formats in copy-pipe command, suggested by Suraj N Kurapati. nicm 2014-11-09 15:13:01 +00:00
  • fc05bf255a Merge branch 'obsd-master' Thomas Adam 2014-11-09 00:15:51 +00:00
  • 8f1302282b Two improvements to reflow from Balazs Kezes: nicm 2014-11-08 12:58:31 +00:00
  • c6129f9c09 Empty strings should be false too for #{?}, from Marc Finet. nicm 2014-11-08 12:50:38 +00:00
  • 747cab4281 No need for $Id$ now. Nicholas Marriott 2014-11-08 12:27:43 +00:00
  • 3c12b477d3 V should be vi not emacs, also sort. From Theo Buehler. nicm 2014-11-07 12:28:28 +00:00
  • d2c9168954 +. Nicholas Marriott 2014-11-06 23:30:02 +00:00
  • 218b181985 Use KERN_PROC_CWD if supported, from Tiwei Bie. Nicholas Marriott 2014-11-06 14:00:56 +00:00
  • 7445d303e0 Wrap when copy mode is used for output, from Balazs Kezes. nicm 2014-11-06 10:56:44 +00:00
  • 6ca8c58462 Use -a for terminal-overrides from Daniel Hahler. Nicholas Marriott 2014-11-06 10:30:05 +00:00
  • e4bf1e5128 Add V for select line with vi(1) keys. From Juho Pohjala. nicm 2014-11-06 09:17:25 +00:00
  • 79f52825b5 Tidy up mode-mouse check. nicm 2014-11-05 23:25:02 +00:00
  • d24c9d7d3e Do not put a space between status-left/status-right and the window list, instead move the space into the defaults for the options (so status-left now defaults to "[#S] ". From Balazs Kezes. nicm 2014-11-05 23:15:11 +00:00
  • 35ffd093d7 Merge branch 'obsd-master' Thomas Adam 2014-10-29 12:50:05 +00:00
  • 10a9440055 Merge linkw and movew which are virtually identical. nicm 2014-10-27 22:40:29 +00:00
  • b496b1fe11 Move cfg_causes local into cfg.c and remove struct causelist. nicm 2014-10-27 22:23:47 +00:00
  • 428b51e031 Add pane_input_off format, from Anish R Athalye. nicm 2014-10-25 08:47:04 +00:00
  • abfb9656ef Fix some spacing nits. nicm 2014-10-22 23:18:53 +00:00
  • 68cb1c0e6b Merge unlink-window into kill-window. nicm 2014-10-22 23:11:41 +00:00
  • a02c2e55c0 Only redraw pane when it has actually changed. nicm 2014-10-21 22:22:04 +00:00
  • 85671a5bed Save next item after firing command in case it has added to the queue. nicm 2014-10-21 22:06:46 +00:00
  • 201036ad80 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Nicholas Marriott 2014-10-21 12:35:58 +01:00
  • 65257b8e9b OS X lacks HOST_NAME_MAX, reported by Christian Ebert. Nicholas Marriott 2014-10-21 11:00:16 +01:00
  • 696b5a628f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Thomas Adam 2014-10-21 07:12:18 +01:00
  • 562af864bd Merge branch 'obsd-master' Thomas Adam 2014-10-21 07:11:44 +01:00
  • 0a1a88d63c Better format for printf format attributes. nicm 2014-10-20 23:57:13 +00:00
  • 4c42381410 Move template defines back into .c files. nicm 2014-10-20 23:35:28 +00:00
  • 900f6fc17e Tidy up some includes. nicm 2014-10-20 23:27:14 +00:00
  • 30bacf6f30 Move suspend-client code into detach-client. nicm 2014-10-20 23:01:51 +00:00
  • 8a5ceac3a9 Argh, meant to remove this file... nicm 2014-10-20 22:45:37 +00:00
  • f5bc85591a Move list-commands into list-keys. nicm 2014-10-20 22:44:30 +00:00
  • 7afe417a60 Missed a couple of cmd_entry struct members from previous. nicm 2014-10-20 22:34:31 +00:00
  • 45dfc5a074 Instead of setting up the default keys by building the key struct directly with a helper function in the cmd_entry, include a table of bind-key commands and pass them through the command parser and a temporary cmd_q. nicm 2014-10-20 22:29:25 +00:00
  • f0b69c7711 Fix description of Ss and Se. nicm 2014-10-18 20:28:19 +00:00
  • e44bdcce4c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code Thomas Adam 2014-10-16 16:52:49 +01:00
  • 2e8f6805eb OSdep: Update for xrealloc() change Thomas Adam 2014-10-16 16:50:23 +01:00
  • a77355b6bf Merge branch 'obsd-master' Thomas Adam 2014-10-16 16:46:31 +01:00
  • a27ba6e380 Add xreallocarray and remove nmemb argument from xrealloc. nicm 2014-10-08 17:35:58 +00:00