This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: cmd-split-window.c | |
| =================================================================== | |
| RCS file: /cvs/src/usr.bin/tmux/cmd-split-window.c,v | |
| diff -u -p -r1.119 cmd-split-window.c | |
| --- cmd-split-window.c 20 May 2026 08:54:40 -0000 1.119 | |
| +++ cmd-split-window.c 28 May 2026 12:36:02 -0000 | |
| @@ -148,7 +148,7 @@ cmd_split_window_exec(struct cmd *self, | |
| u_int count = args_count(args); | |
| if (cmd_get_entry(self) == &cmd_new_pane_entry) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Makefile.am b/Makefile.am | |
| index b59ca9e9..79d4458a 100644 | |
| --- a/Makefile.am | |
| +++ b/Makefile.am | |
| @@ -106,7 +106,6 @@ dist_tmux_SOURCES = \ | |
| cmd-list-windows.c \ | |
| cmd-load-buffer.c \ | |
| cmd-lock-server.c \ | |
| - cmd-minimise-pane.c \ | |
| cmd-move-window.c \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Reconstructed via infocmp from file: /usr/share/terminfo/t/tmux-256color | |
| tmux-256color|tmux with 256 colors, | |
| OTbs, OTpt, am, hs, km, mir, msgr, xenl, AX, G0, | |
| colors#256, cols#80, it#8, lines#24, pairs#32767, U8#1, | |
| acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, | |
| bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l, | |
| clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M, | |
| csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, | |
| cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C, | |
| cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM, |