--- - branch: MAIN date: Mon May 9 12:39:05 UTC 2016 files: - new: '1.35' old: '1.34' path: pkgsrc/misc/tmux/Makefile pathrev: pkgsrc/misc/tmux/Makefile@1.35 type: modified - new: '1.31' old: '1.30' path: pkgsrc/misc/tmux/distinfo pathrev: pkgsrc/misc/tmux/distinfo@1.31 type: modified - new: '0' old: '1.1' path: pkgsrc/misc/tmux/patches/patch-Makefile.am pathrev: pkgsrc/misc/tmux/patches/patch-Makefile.am@0 type: deleted - new: '1.4' old: '0' path: pkgsrc/misc/tmux/patches/patch-Makefile.in pathrev: pkgsrc/misc/tmux/patches/patch-Makefile.in@1.4 type: added - new: '0' old: '1.4' path: pkgsrc/misc/tmux/patches/patch-configure.ac pathrev: pkgsrc/misc/tmux/patches/patch-configure.ac@0 type: deleted - new: '1.4' old: '1.3' path: pkgsrc/misc/tmux/patches/patch-server-client.c pathrev: pkgsrc/misc/tmux/patches/patch-server-client.c@1.4 type: modified id: 20160509T123905Z.c6b1e445682cef9199fbda81e7fcf993bcac699b log: | Update misc/tmux to 2.2. Use release tarballs instead of tagged archives, simplifies patching and rids us of automake dep. CHANGES FROM 2.1 to 2.2 10 April 2016 Incompatible Changes ==================== * The format strings which referenced time have been removed. Instead: #{t:window_activity} can be used. * Support for TMPDIR has been removed. Use TMUX_TMPDIR instead. UTF8 detection how happens automatically if the client supports it, hence the: mouse-utf8 utf8 options has been removed. * The: mouse_utf8_flag format string has been removed. * The -I option to show-messages has been removed. See: #{t:start_time} format option instead. Normal Changes ============== * Panes are unzoomed with selectp -LRUD * New formats added: #{scroll_position} #{socket_path} #{=10:...} -- limit to N characters (from the start) #{=-10:...} -- limit to N characters (from the end) #{t:...} -- used to format time-based formats #{b:...} -- used to ascertain basename from string #{d:...} -- used to ascertain dirname from string #{s:...} -- used to perform substitutions on a string * Job output is run via the format system, so formats work again * If display-time is set to 0, then the indicators wait for a key to be pressed. * list-keys and list-commands can be run without starting the tmux server. * kill-session learns -C to clear all alerts in all windows of the session. * Support for hooks (internal for now), but hooks for the following have been implemented: alert-bell alert-silence alert-activity client-attached client-detached client-resized pane-died pane-exited * RGB (24bit) colour support. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry). module: pkgsrc subject: 'CVS commit: pkgsrc/misc/tmux' unixtime: '1462797545' user: fhajny