summaryrefslogtreecommitdiff
path: root/sysutils/tmux/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.3.Mathieu Arnold2016-09-302-40/+6
| | | | | | | | | | | | While there, update the completion. PR: 213119 Reported by: Piotr Kubaj Changes: https://github.com/tmux/tmux/blob/52869ed182482c26163799a7215139f4d81b6fca/CHANGES Sponsored by: Absolight Notes: svn path=/head/; revision=422991
* Fix some Unicode characters not displaying correctly.Mathieu Arnold2016-08-041-0/+34
| | | | | | | | | | PR: 211499 Submitted by: Oleg Gushchenkov Obtained from: https://github.com/tmux/tmux/commit/65e4c57d3a554940ed5cada6dfeff403ae8d9572 Sponsored by: Absolight Notes: svn path=/head/; revision=419609
* Update to 2.2.Mathieu Arnold2016-07-182-36/+2
| | | | | | | | | PR: 211103 Reported by: Iblis Lin Sponsored by: Absolight Notes: svn path=/head/; revision=418701
* Fix a regression in 2.1 where tmux was misshandling key strokes if youMathieu Arnold2015-12-171-0/+34
| | | | | | | | | | | | | started typing too fast after a tmux command. PR: 205372 Submitted by: me jahn de Obtained from: https://github.com/tmux/tmux/commit/8c8cddbe022af5ece9949804cacffbee6b8972fa MFH: 2015Q4 Sponsored by: Absolight Notes: svn path=/head/; revision=403912
* Update to 2.1Mathieu Arnold2015-11-124-94/+2
| | | | | | | | Changes: https://github.com/tmux/tmux/blob/2.1/CHANGES Sponsored by: Absolight Notes: svn path=/head/; revision=401390
* Fix tmux not starting on an IPv6 only system.Mathieu Arnold2015-10-141-0/+17
| | | | | | | | | | | Note that tmux will still not work if you have neither v4 nor v6. PR: 203720 Obtained from: https://github.com/tmux/tmux/issues/139 Sponsored by: Absolight Notes: svn path=/head/; revision=399264
* Import upstream commit to make emacs-in-tmux-in-tmux show cursor.Raphael Kubo da Costa2015-08-181-0/+35
| | | | | | | | | | | | | Import upstream commit 2c53b23d59 to make the cursor appear when running Emacs in a tmux nested inside another tmux session (this is particularly useful when trying to edit a text file on a remote server that is also running tmux). Approved by: mat (maintainer) Differential Revision: https://reviews.freebsd.org/D3408 Notes: svn path=/head/; revision=394577
* Update to 2.0.Mathieu Arnold2015-05-072-7/+7
| | | | | | | | | | Now links with libutempter (libulog). Changes: http://heanet.dl.sourceforge.net/project/tmux/tmux/tmux-2.0/tmux-2.0-readme Sponsored by: Absolight Notes: svn path=/head/; revision=385629
* Fix some bug regarding curses.Mathieu Arnold2015-02-171-4/+13
| | | | | | | | | PR: 193685 Submitted by: Vick Khera Sponsored by: Absolight Notes: svn path=/head/; revision=379161
* - Revert r363450, it's causing more problems than it solvesPietro Cerutti2014-09-041-0/+0
| | | | Notes: svn path=/head/; revision=367254
* - Unconditionally apply the backspace patch, remove the BACKSPACE OPTIONPietro Cerutti2014-07-301-0/+0
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=363450
* - Update to 1.9aPietro Cerutti2014-03-031-25/+0
| | | | | | | | PR: 187210 (based on) Submitted by: adamw Notes: svn path=/head/; revision=346869
* - Chase compiler warningPietro Cerutti2014-01-281-0/+31
| | | | | | | | | | - Fix segfault on "tmux info" due to broken strnvis(3), see http://sourceforge.net/mailarchive/message.php?msg_id=31707330 Reported by: Robert Simmons <rsimmons0@gmail.com> Notes: svn path=/head/; revision=341527
* - Fix a bug that caused tmux to unexpectedly underline allPietro Cerutti2013-07-291-0/+25
| | | | | | | | | | characters when the status bar requests a bold color PR: 180787 Submitted by: Julio Merino <julio+host-mastodon-jmmv@meroh.net> Notes: svn path=/head/; revision=323874
* - Update to 1.8Pietro Cerutti2013-03-281-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incompatible Changes ==================== * layout redo/undo has been removed. Normal Changes ============== * Add halfpage up/down bindings to copy mode. * Session choosing fixed to work with unattached sessions. * New window options window-status-last-{attr,bg,fg} to denote the last window which was active. * Scrolling in copy-mode now scrolls the region without moving the mouse cursor. * run-shell learnt '-t' to specify the pane to use when displaying output. * Support for middle-click pasting. * choose-tree learns '-u' to start uncollapsed. * select-window learnt '-T; to toggle to the last window if it's already current. * New session option 'assume-paste-time' for pasting text versus key-binding actions. * choose-* commands now work outside of an attached client. * Aliases are now shown for list-commands command. * Status learns about formats. * Free-form options can be set with set-option if prepended with an '@' sign. * capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape sequences, and '-a' to capture the alternate screen, and '-P' to dump pending output. * Many new formats added (client_session, client_last_session, etc.) * Control mode, which is a way for a client to send tmux commands. Currently more useful to users of iterm2. * resize-pane learnt '-x' and '-y' for absolute pane sizing. * Config file loading now reports errors from all files which are loaded via the 'source-file' command. * 'copy-pipe' mode command to copy selection and pipe the selection to a command. * Changes panes can now emit focus notifications for certain applications which use those. * run-shell and if-shell now accept format placeholders. * resize-pane learnt '-Z' for zooming a pane temporarily. * new-session learnt '-A' to make it behave like attach-session. * set-option learnt '-o' to prevent setting an option which is already set. * capture-pane and show-options learns '-q' to silence errors. * New command 'wait-for' which blocks a client until woken up again. * Resizing panes will now reflow the text inside them. * Lots and lots of bug fixes, fixing memory-leaks, etc. * Various manpage improvements. PR: 177435 (with minor modifications) Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=315448
* - Update to 1.5Pietro Cerutti2011-07-154-80/+0
| | | | | | | | | | | | - Take maintainship - Do not link against librt if not needed PR: 158946 Submitted by: gahr@FreeBSD.org Enhanced by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=277753
* - add support for the #h status line special char to print to hostname of thePietro Cerutti2011-07-111-0/+32
| | | | | | | | | | | localhost without the domain name PR: 158796 Submitted by: gahr@FreeBSD.org Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=277529
* - Fix tmux.conf location [1]Wen Heping2011-05-251-0/+0
| | | | | | | | | | | | | | - Support libevent2 [1] - Add an option to use patch-tty-key.c [2] PR: ports/155909 [1], ports/153942 [2] Submitted by: mm@ [1], Brandon Low <lostlogic@lostlogicx.com> [2], randy.belk@gmail.com(via email) [2] Notes: svn path=/head/; revision=274601
* - Fix build when ${OSVERSION} < 702104 [1]Wen Heping2011-02-213-0/+48
| | | | | | | | | | - Now set tmux build without #define HAVE_BROKEN_KQUEUE as default and an option. PR: ports/154485 [1] Submitted by: Mike Stupalov <landy2005@gmail.com> [1] Notes: svn path=/head/; revision=269424
* - Disable build with kqueue on all FreeBSD version to avoid run error.Wen Heping2011-01-101-10/+0
| | | | | | | | Reported by: garga@ (via Email) Thanks to: h.skuhra@gmail.com Notes: svn path=/head/; revision=267562
* - Only apply the patch of configure on FreeBSD8 and 9Wen Heping2011-01-051-0/+0
| | | | | | | Submitted by: h.skuhra@gmail.com (via email) Notes: svn path=/head/; revision=267408
* - Update to 1.4Wen Heping2010-12-302-17/+4
| | | | | | | Submitted by: h.skuhra@gmail.com (via Email) Notes: svn path=/head/; revision=267155
* - Force using kqueue since FreeBSD 6.x is now EOL [1]Wen Heping2010-12-222-0/+23
| | | | | | | | | | | | | - Fix urgent signal for window manager [2] - Remove MD5 [2] PR: ports/152765 [1] ports/153348 [2] Submitted by: Mark Felder <feld@feld.me> [1] Renato Botelho <garga@FreeBSD.org> [2] Notes: svn path=/head/; revision=266712
* - Update to 1.3Sylvio Cesar Teixeira2010-08-051-10/+0
| | | | | | | | | | | PR: ports/148835 [1] ports/149187 [2] Submitted by: Frederic Culot <frederic@culot.org> [1] Jin-Sih Lin <linpct@gmail.com> [2] Approved by: wen@ (he is on vacation) Notes: svn path=/head/; revision=258806
* - Fix the bug that tmux don't assume \177 as backspace charWen Heping2010-06-041-0/+11
| | | | | | | | PR: ports/140339 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=255691
* - Fix run error when using zsh or sh as shell [1][2]Wen Heping2010-04-061-0/+10
| | | | | | | | | | | | - Fix build error with custom LOCALBASE PR: ports/145349 [1] ports/144760 [2] Submitted by: Ryan Steinmetz <rpsfa@rit.edu> [1], Erwan david <erwan@rail.eu.org> [2] Notes: svn path=/head/; revision=252299
* - Remove unneeded filesWen Heping2009-11-061-10/+0
| | | | Notes: svn path=/head/; revision=243877
* - Update to 1.0 [1]Wen Heping2009-10-141-0/+10
| | | | | | | | | | | | | | | | - Fix the build error on FreeBSD-6 [2] - Update my mail address to FreeBSD PR: ports/139044 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Anonymous <swell.k@gmail.com> [2] Approved by: miwi(mentor) Thanks to: cy@, JIa-Shiun Li<jiashiun@gmail.com>, Ollivier Robert<roberto@keltia.freenix.fr>, Nicolas Martyanoff <khaelin@gmail.com> Notes: svn path=/head/; revision=242841
* Update to 0.7.Christian Weisgerber2009-02-161-12/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=228522
* - Add missing filesBeech Rintoul2009-01-211-0/+12
| | | | | | | | PR: ports/130700 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=226637
* - Update to 0.5Martin Wilke2008-11-231-14/+0
| | | | | | | | PR: fulvio ciriaco <oivulf@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223280
* - Update to 0.4aBeech Rintoul2008-07-051-0/+14
- Use distversion instead of portversion for 0.4a PR: ports/125190 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=216339