CVS: cvs.openbsd.org: src

2025-09-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/09 02:49:22 Modified files: usr.bin/tmux : screen-write.c server-client.c server-fn.c window-buffer.c Log message: Remove some unnecessary assignments.

CVS: cvs.openbsd.org: src

2025-09-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/12 02:46:29 Modified files: usr.bin/tmux : tty.c Log message: Check the right flags member, reported by someone in GitHub issue 4634.

CVS: cvs.openbsd.org: src

2025-09-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/08 05:21:56 Modified files: usr.bin/tmux : job.c Log message: Don't try to change directory if it is NULL.

CVS: cvs.openbsd.org: src

2025-09-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/08 05:21:29 Modified files: usr.bin/tmux : cmd-source-file.c Log message: The client can be NULL, fixes -v in config file.

CVS: cvs.openbsd.org: src

2025-09-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/08 01:30:15 Modified files: usr.bin/tmux : cfg.c cmd-source-file.c Log message: Change so that source-file errors are reported correctly in control mode, from Sergei Nizovtsev in GitHub issue 4626.

CVS: cvs.openbsd.org: src

2025-09-07 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/07 08:17:25 Modified files: usr.bin/tmux : cmd-source-file.c Log message: Quote cwd for glob in a way that actually works, from Pavel Roskin in GitHub issue 4623.

CVS: cvs.openbsd.org: src

2025-09-07 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/07 08:03:18 Modified files: usr.bin/tmux : layout-set.c options-table.c tmux.1 Log message: Introduce a new window option: tiled-layout-max-columns. It configures the maximum number of columns in t

CVS: cvs.openbsd.org: src

2025-09-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/05 00:15:48 Modified files: usr.bin/tmux : input.c Log message: Restore default blinking state when restoring default cursor style, from Andrea Alberti.

CVS: cvs.openbsd.org: src

2025-09-03 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/02 09:15:12 Modified files: usr.bin/tmux : input.c Log message: Add support for DECRQSS SP q (report cursor style), DECRQM ?12 (report cursor blink state) and DECRQM ?2004, ?1004, ?1006 (report mou

CVS: cvs.openbsd.org: src

2025-09-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/01 16:11:23 Modified files: usr.bin/tmux : tty.c Log message: Delete timer before adding it again.

CVS: cvs.openbsd.org: src

2025-09-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/02 07:39:14 Modified files: usr.bin/tmux : job.c Log message: Set PWD for jobs as well as panes.

CVS: cvs.openbsd.org: src

2025-09-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/01 15:44:37 Modified files: usr.bin/tmux : input.c Log message: Fix missing argument from OSC 4 reply, from someone in GitHub issue 4596.

CVS: cvs.openbsd.org: src

2025-09-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/01 02:03:07 Modified files: usr.bin/tmux : cmd-display-menu.c popup.c tmux.1 tmux.h Log message: Add -k flag to display-popup which allows any key to dismiss the popup once the command has exited.

CVS: cvs.openbsd.org: src

2025-09-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/01 01:58:09 Modified files: usr.bin/tmux : server-client.c tmux.h tty-keys.c tty.c Log message: Increase the escape delay when waiting for an RGB response no matter when it is triggered (they can a

CVS: cvs.openbsd.org: src

2025-09-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/09/01 01:53:49 Modified files: usr.bin/tmux : cmd-break-pane.c Log message: Ensure break-pane -P prints when only one pane is left. From Chaoyi Yin in GitHub issue 4615.

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:15:00 Modified files: usr.bin/tmux : input.c Log message: input_stop_utf8 can move the cursor, so it is now wrong to store the cursor position before calling it. Problem found by Jayakrishna

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:17:51 Modified files: usr.bin/tmux : grid-view.c Log message: Correctly calculate lines to clear for deletions, from Pavel Roskin.

CVS: cvs.openbsd.org: src

2025-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/26 01:00:22 Modified files: usr.bin/tmux : server-client.c Log message: Be more robust against misbehaving clients, prompted by deraadt based on a report from sai02 at student dot ubc dot ca.

CVS: cvs.openbsd.org: src

2025-08-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/22 01:48:23 Modified files: usr.bin/tmux : cmd-capture-pane.c format.c Log message: A couple of memory leaks from someone in GitHub issue 4590.

CVS: cvs.openbsd.org: src

2025-08-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/22 01:42:51 Modified files: usr.bin/tmux : cmd-switch-client.c Log message: Extend pane lookup special case for switch-client to mouse target ("=") so that it works for panes on status line.

CVS: cvs.openbsd.org: src

2025-08-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/22 01:39:40 Modified files: usr.bin/tmux : window-tree.c Log message: Do not leak label if it is too long, GitHub issue 4591.

CVS: cvs.openbsd.org: src

2025-08-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/22 01:26:25 Modified files: usr.bin/tmux : server-client.c Log message: Do not double free argv from MSG_COMMAND if it is too long, reported by sai02 at student dot ubc dot ca via deraadt. ok deraa

CVS: cvs.openbsd.org: src

2025-08-14 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/14 01:15:40 Modified files: usr.bin/tmux : format.c key-bindings.c options-table.c server-client.c tmux.1 Log message: Add a nicer default second and third status line, fr

CVS: cvs.openbsd.org: src

2025-08-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/14 00:49:53 Modified files: usr.bin/tmux : popup.c server.c Log message: Add some NULL checks, GitHub issue 4586.

CVS: cvs.openbsd.org: src

2025-08-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/14 00:44:50 Modified files: usr.bin/tmux : options-table.c screen-redraw.c tmux.1 tmux.h Log message: Add pane-border-lines value to use spaces for pane borders, from lukas dot 23022005 at gmail do

CVS: cvs.openbsd.org: src

2025-08-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/14 00:37:29 Modified files: usr.bin/tmux : file.c Log message: Do not leak opened file, from lg65438805 at gmail dot com in GitHub issue 4577.

CVS: cvs.openbsd.org: src

2025-08-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/12 06:33:05 Modified files: usr.bin/tmux : input.c Log message: Replace invalid UTF-8 with the placeholder instead of ignoring them (this is what most terminals do), GitHub issue 4514.

CVS: cvs.openbsd.org: src

2025-08-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/12 06:29:58 Modified files: usr.bin/tmux : menu.c Log message: Fix PageDown in menus, from Pavel Roskin in GitHub issue 4581.

CVS: cvs.openbsd.org: src

2025-08-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/12 06:28:02 Modified files: usr.bin/tmux : menu.c Log message: Treat Shift-Tab just like the up arrow in completion popup menu, from Pavel Roskin in GitHub issue 4580.

CVS: cvs.openbsd.org: src

2025-08-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/12 06:26:09 Modified files: usr.bin/tmux : window-tree.c Log message: Free command on failure, GitHub issue 4578.

CVS: cvs.openbsd.org: src

2025-08-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/04 07:22:10 Modified files: usr.bin/tmux : window-copy.c Log message: Do not leak buffer if not used, reported by someone in GitHub issue 4575.

CVS: cvs.openbsd.org: src

2025-08-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/04 07:16:13 Modified files: usr.bin/tmux : screen-write.c Log message: Flush scrolling when wrapping so UTF-8 in last position draws correctly, GitHub issue 4518.

CVS: cvs.openbsd.org: src

2025-08-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/01 03:05:51 Modified files: usr.bin/tmux : cmd-if-shell.c Log message: Do not leak on failure, GitHub 4565.

CVS: cvs.openbsd.org: src

2025-08-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/08/01 02:17:27 Modified files: usr.bin/tmux : tmux.1 Log message: Fix reverse documentation of display-popup -s and -S, from Ricardo Signes.

CVS: cvs.openbsd.org: src

2025-07-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/22 01:42:52 Modified files: usr.bin/tmux : screen-write.c tmux.h utf8-combined.c Log message: Fix incorrect handling of Korean Hangul Jamo characters. GitHub issue 4546 from Roy Jung.

CVS: cvs.openbsd.org: src

2025-07-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/19 13:30:37 Modified files: usr.bin/tmux : cmd-parse.y Log message: yyerror should be void.

CVS: cvs.openbsd.org: src

2025-07-19 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/19 13:20:10 Modified files: usr.bin/tmux : tty-keys.c Log message: Only accept DA and DA2 when they end in 'c', stops them being confused with theme responses.. GitHub issue 4561.

CVS: cvs.openbsd.org: src

2025-07-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/18 14:44:13 Modified files: usr.bin/tmux : grid.c screen-write.c Log message: Correctly remove overwritten wide characters at column 1.

CVS: cvs.openbsd.org: src

2025-07-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/17 05:39:23 Modified files: usr.bin/tmux : colour.c Log message: Allow uppercase letters in gray/grey color names, GitHub issue 4560 from Pavel Roskin.

CVS: cvs.openbsd.org: src

2025-07-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/13 00:32:34 Modified files: usr.bin/tmux : tmux.h tty-keys.c Log message: Increase delay for foreground and background queries as well as device attributes, GitHub issue 4541.

CVS: cvs.openbsd.org: src

2025-07-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/13 00:16:28 Modified files: usr.bin/tmux : format.c Log message: Use window index not ID for sorting, reported by naru at naruaway dot com in GitHub issue 4551.

CVS: cvs.openbsd.org: src

2025-07-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/07/02 02:13:09 Modified files: usr.bin/tmux : format.c options-table.c tmux.1 tmux.h Log message: Add sorting to W, P, L operators as well, and add some new session format variables. From Michael Gran

CVS: cvs.openbsd.org: src

2025-06-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/06/24 04:57:35 Modified files: usr.bin/tmux : tty-keys.c Log message: Detect support for OSC 52 using the device attributes report. Some terminals are using this to indicate that they support copying

CVS: cvs.openbsd.org: src

2025-06-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/06/20 08:54:33 Modified files: usr.bin/tmux : options-table.c screen.c style.c tmux.1 Log message: Add noattr and use in mode-style to allow whether attributes are ignored or used to be configured. Gi

CVS: cvs.openbsd.org: src

2025-06-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/06/20 07:31:59 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add S: to list sessions with modifiers for sorting, from Michael Grant.

CVS: cvs.openbsd.org: src

2025-06-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/06/15 15:57:58 Modified files: usr.bin/tmux : job.c Log message: Do not replace SHELL when using /bin/sh. From someone in GitHub issue 4528.

CVS: cvs.openbsd.org: src

2025-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/28 03:53:57 Modified files: usr.bin/tmux : tmux.1 Log message: Add missing theme hooks, from Eric NICOLAS in GitHub issue 4519.

CVS: cvs.openbsd.org: src

2025-05-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/22 02:01:29 Modified files: usr.bin/tmux : tmux.h Log message: Bump UTF8_SIZE to the maximum 32 because there are some crazy long UTF-8 sequences out there (GitHub issue 4506). This should not sign

CVS: cvs.openbsd.org: src

2025-05-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/22 01:49:24 Modified files: usr.bin/tmux : options-table.c Log message: Typo, from someone in GitHub issue 4511.

CVS: cvs.openbsd.org: src

2025-05-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/22 01:46:38 Modified files: usr.bin/tmux : screen-redraw.c Log message: When there are more than two horizontal windows and the active window is in not on an edge, correctly highlight both its left

CVS: cvs.openbsd.org: src

2025-05-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/22 01:43:38 Modified files: usr.bin/tmux : format-draw.c style.c tmux.1 tmux.h Log message: Add a set-default style attribute which replaces the current default colours and attributes completely, u

CVS: cvs.openbsd.org: src

2025-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/12 04:34:14 Modified files: usr.bin/tmux : status.c tmux.h Log message: Expand prompts when they are used rather than ahead of time, so the input can be used as part of the format.

CVS: cvs.openbsd.org: src

2025-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/12 04:26:19 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add R format modifier to repeat an argument.

CVS: cvs.openbsd.org: src

2025-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/12 04:16:42 Modified files: usr.bin/tmux : cmd-run-shell.c job.c tmux.1 tmux.h Log message: Add -E to run-shell to forward stderr as well as stdout, from github at jyn dot dev in GitHub issue 4246.

CVS: cvs.openbsd.org: src

2025-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/12 03:50:00 Modified files: usr.bin/tmux : tty.c Log message: Do not downgrade styled underscores to standard underscore if the terminal does not support them, this matches what would happen if the

CVS: cvs.openbsd.org: src

2025-05-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/12 03:17:42 Modified files: usr.bin/tmux : screen.c Log message: Preserve colours in selection if the option style is default, GitHub issue 4498.

CVS: cvs.openbsd.org: src

2025-05-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/01 01:12:00 Modified files: usr.bin/tmux : options-table.c screen-write.c tmux.1 Log message: Add an option variation-selector-always-wide to instruct tmux not to always interpret VS16 as a wide ch

CVS: cvs.openbsd.org: src

2025-05-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/05/01 00:59:32 Modified files: usr.bin/tmux : tty.c Log message: Don't map 256 to white-on-white either, and tidy code a bit.

CVS: cvs.openbsd.org: src

2025-04-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/25 06:25:32 Modified files: usr.bin/tmux : client.c Log message: Revert change to handle command parsing failures in the client because it breaks aliases.

CVS: cvs.openbsd.org: src

2025-04-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/25 05:39:39 Modified files: usr.bin/tmux : tmux.1 Log message: Remove a stray period, reported by David Mandelberg.

CVS: cvs.openbsd.org: src

2025-04-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/25 02:28:21 Modified files: usr.bin/tmux : format.c tmux.1 Log message: Add more features for boolean expressions in formats: 1) extend && and || to support arbitrarily many arguments and 2) add !

CVS: cvs.openbsd.org: src

2025-04-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/24 02:55:40 Modified files: usr.bin/tmux : spawn.c Log message: Do not add a trailing / if there is nothing to follow it, Johannes Altmanninger in GitHub issue 4472.

CVS: cvs.openbsd.org: src

2025-04-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/24 02:54:40 Modified files: usr.bin/tmux : tmux.1 Log message: Fix examples with too many backslashes, pointed out by David Mandelberg.

CVS: cvs.openbsd.org: src

2025-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/22 06:36:03 Modified files: usr.bin/tmux : cmd-swap-pane.c Log message: Add calls to layout_fix_panes after a pane swap to fix case if one of the panes is in alternate screen mode and had a scrollb

CVS: cvs.openbsd.org: src

2025-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/22 06:34:56 Modified files: usr.bin/tmux : key-bindings.c Log message: Add notes to menu keys, from someone in GitHub issue 4478.

CVS: cvs.openbsd.org: src

2025-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/22 06:33:35 Modified files: usr.bin/tmux : tmux.1 Log message: Fix description of pane_in_mode, from Julian Prein in GitHub issue 4469.

CVS: cvs.openbsd.org: src

2025-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/22 06:31:55 Modified files: usr.bin/tmux : key-bindings.c tmux.1 Log message: Allow bind -r and -N to change an existing key binding if no command is specified. From Julian Prein in GitHub issue 44

CVS: cvs.openbsd.org: src

2025-04-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/22 06:23:26 Modified files: usr.bin/tmux : format.c tmux.1 window-buffer.c window-client.c window-tree.c Log message: Improve #? conditional expression in formats: 1) add

CVS: cvs.openbsd.org: src

2025-04-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/09 00:51:31 Modified files: usr.bin/tmux : tmux.1 Log message: Formats can use environment variables, from David Mandelberg.

CVS: cvs.openbsd.org: src

2025-04-09 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/09 01:03:04 Modified files: usr.bin/tmux : cmd-bind-key.c cmd-display-menu.c cmd-new-session.c cmd-new-window.c cmd-respawn-pane.c cmd-respawn-wind

CVS: cvs.openbsd.org: src

2025-04-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/09 00:27:43 Modified files: usr.bin/tmux : cmd-command-prompt.c cmd-confirm-before.c cmd-set-environment.c cmd-show-environment.c cmd-show-prompt-h

CVS: cvs.openbsd.org: src

2025-04-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/02 03:12:05 Modified files: usr.bin/tmux : popup.c window.c Log message: Popup window should not be draggable while mouse still pressed, and do not try to work out theme if no pane. From Michael Gr

CVS: cvs.openbsd.org: src

2025-04-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/03 05:52:25 Modified files: usr.bin/tmux : format.c Log message: Fix padding for word function as well, GitHub issue 4425.

CVS: cvs.openbsd.org: src

2025-04-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/03 05:51:27 Modified files: usr.bin/tmux : window-copy.c Log message: Use backing grid for word in copy mode for wrapped flags, from someone in GitHub issue 4447.

CVS: cvs.openbsd.org: src

2025-04-05 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/21 07:36:42 Modified files: usr.bin/tmux : mode-tree.c tmux.1 tmux.h window-buffer.c window-client.c window-customize.c window-tree.c Log message

CVS: cvs.openbsd.org: src

2025-04-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/04/02 03:31:00 Modified files: usr.bin/tmux : mode-tree.c tmux.h window-tree.c Log message: Only align panes and windows, not sessions, from David Mandelberg in GitHub issue .

CVS: cvs.openbsd.org: src

2025-03-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/28 11:15:25 Modified files: usr.bin/tmux : tty-keys.c Log message: Only copy the key string not two bytes extra, found by David Mandelberg.

CVS: cvs.openbsd.org: src

2025-03-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/28 11:03:49 Modified files: usr.bin/tmux : job.c Log message: Fix read of uninitialized memory for jobs with JOB_PTY flag. From David Mandelberg.

CVS: cvs.openbsd.org: src

2025-03-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/24 14:01:03 Modified files: usr.bin/tmux : cmd.c options-table.c options.c server-client.c tmux.1 tmux.h Log message: Add default-client-command to set the command used is

CVS: cvs.openbsd.org: src

2025-03-21 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/21 08:04:26 Modified files: usr.bin/tmux : format.c tmux.h window-copy.c Log message: Fix mouse_hyperlink format in copy mode. From someone in GitHub issue 4418.

CVS: cvs.openbsd.org: src

2025-03-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/17 14:43:29 Modified files: usr.bin/tmux : tty-keys.c Log message: If there is an active query, set escape time temporarily to a higher value (the old default - 500). Some Windows terminals are ver

CVS: cvs.openbsd.org: src

2025-03-11 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/11 02:14:26 Modified files: usr.bin/tmux : window.c Log message: Cleanup window_get_active_at function. GitHub issue 4401 from Michael Grant.

CVS: cvs.openbsd.org: src

2025-03-04 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/03/04 01:03:19 Modified files: usr.bin/tmux : window.c Log message: Free fill character string if it cannot be used, GitHub issue 4394.

CVS: cvs.openbsd.org: src

2025-02-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 02:02:01 Modified files: usr.bin/tmux : input-keys.c Log message: Also need the implied meta paste keys in the list for output.

CVS: cvs.openbsd.org: src

2025-02-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 01:55:27 Modified files: usr.bin/tmux : server-client.c tmux.h tty-keys.c Log message: Do not allow meta prefix on paste start and end sequences, GitHub issue 4387.

CVS: cvs.openbsd.org: src

2025-02-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 00:50:36 Modified files: usr.bin/tmux : tmux.1 Log message: Document the use of ';' as a modifier separator, from Matt Liggett in GitHub issue 4384.

CVS: cvs.openbsd.org: src

2025-02-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 00:47:46 Modified files: usr.bin/tmux : client.c Log message: If command parsing fails in the client, report the error rather than trying to send the command to the server. GitHub issue 4372 fro

CVS: cvs.openbsd.org: src

2025-02-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 00:42:52 Modified files: usr.bin/tmux : screen-redraw.c Log message: Fix colouring of pane border when scrollbars are enabled, GitHub issue 4378 from Michael Grant.

CVS: cvs.openbsd.org: src

2025-02-25 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/26 00:39:50 Modified files: usr.bin/tmux : window.c Log message: Add the width of the scrollbars to the calculation of the width of the window panes when finding the adjacent panes, GitHub issue 43

CVS: cvs.openbsd.org: src

2025-02-20 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/20 06:32:07 Modified files: usr.bin/tmux : server-client.c Log message: Reset overlay_resize pointer when clearing overlay.

CVS: cvs.openbsd.org: src

2025-02-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/13 09:31:25 Modified files: usr.bin/tmux : tmux.1 Log message: Add a note about C-r and C-s behaviour, GitHub issue 4309. Also add a missing word, from jmc@.

CVS: cvs.openbsd.org: src

2025-02-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/10 01:18:23 Modified files: usr.bin/tmux : mode-tree.c Log message: Align index numbers in trees, from David Mandelberg, GitHub issue 4360.

CVS: cvs.openbsd.org: src

2025-02-10 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/02/10 01:14:32 Modified files: usr.bin/tmux : alerts.c cmd-display-message.c cmd-if-shell.c cmd-list-keys.c cmd-queue.c cmd-run-shell.c mode-tree.c st

CVS: cvs.openbsd.org: src

2025-01-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/27 02:16:05 Modified files: usr.bin/tmux : cmd-list-keys.c cmd.c tmux.h Log message: Make list-commands command show only one command if an argument is given, from Ilya Grigoriev in GitHub issue 43

CVS: cvs.openbsd.org: src

2025-01-27 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/27 02:05:22 Modified files: usr.bin/tmux : cmd-display-menu.c cmd-split-window.c Log message: Add some missing spaces, from Ilya Grigoriev.

CVS: cvs.openbsd.org: src

2025-01-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/17 08:53:01 Modified files: usr.bin/tmux : server-client.c Log message: Do not update focus on client's without a session.

CVS: cvs.openbsd.org: src

2025-01-13 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/13 01:58:34 Modified files: usr.bin/tmux : cmd-parse.y Log message: Count line numbers correctly inside strings, reported by Pedro Navarro in GitHub issue 4325.

CVS: cvs.openbsd.org: src

2025-01-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/12 07:36:28 Modified files: usr.bin/tmux : popup.c Log message: Do not crash if moving popup that has exited to a pane, from Michael Grant in GitHub issue 4312.

CVS: cvs.openbsd.org: src

2025-01-12 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/12 07:20:49 Modified files: usr.bin/tmux : tty.c Log message: Map bright black (colour 8) to white (7) if the background is black on terminals with only eight colours so the text is not invisible.

CVS: cvs.openbsd.org: src

2025-01-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2025/01/02 03:34:45 Modified files: usr.bin/tmux : input-keys.c tty-keys.c Log message: Check backspace against VERASE earlier before it is translated to an internal key and do not go through the mapping o

  1   2   3   4   5   6   7   8   9   10   >