Messages by Thread
-
[tmux/tmux] 8a8199: Do not crash on empty window, reported by Jamie Ma...
GitHub
-
[tmux/tmux] 803b88: Do not crash on empty window, reported by Jamie Ma...
GitHub
-
[tmux/tmux] 785ce6: Fix a regression: do not warn about no client in r...
GitHub
-
[tmux/tmux] 194e9f: Fix a regression: do not warn about no client in r...
GitHub
-
[tmux/tmux] ea295a: Fix size calculation when spreading out panes.
GitHub
-
[tmux/tmux] 26792b: Fix size calculation when spreading out panes.
GitHub
-
[tmux/tmux] 2cd0ba: CHANGES for 2.7.
GitHub
-
[tmux/tmux] ced74b: 2.7-rc.
GitHub
-
[tmux/tmux] 50e3e3: Remove EVENT_* variables from environment after in...
GitHub
-
[tmux/tmux] 0b3911: Fix negative window index range check (> not <). R...
GitHub
-
[tmux/tmux] f87d80: Insert full size panes at the right position, from...
GitHub
-
[tmux/tmux] 19f3a5: Add a missing client-detached hook when the server...
GitHub
-
[tmux/tmux] 85c48a: For some reason tmux treats SGR 10 as SGR 0. It ha...
GitHub
-
[tmux/tmux] 61ea49: Fix cmp use.
GitHub
-
[tmux/tmux] 182357: Expand formats in window and session names.
GitHub
-
[tmux/tmux] 508e2f: Add -Z flag to choose-tree, choose-client, choose-...
GitHub
-
[tmux/tmux] 4d72b8: C-g for modes too, from Mike Hamrick.
GitHub
-
[tmux/tmux] 3f3f13: Remove an unused variable.
GitHub
-
[tmux/tmux] 623f4b: Add exit-empty option to exit server if no session...
GitHub
-
[tmux/tmux] ab6f0b: Do not leak memory when working out job name in fo...
GitHub
-
[tmux/tmux] 6ae04d: Support ISO colon-separated SGR.
GitHub
-
[tmux/tmux] d81aec: Update CHANGES.
GitHub
-
[tmux/tmux] 320abb: Reflowing the grid in-place involved way too much ...
GitHub
-
[tmux/tmux] 7f4513: Add struct status_line to hold status line members...
GitHub
-
[tmux/tmux] 081713: Show if filter is active/no matches in modes.
GitHub
-
[tmux/tmux] fe7a87: Upstream ncurses has introduced terminfo capabilit...
GitHub
-
[tmux/tmux] 4e4c50: Add more to TODO.
GitHub
-
[tmux/tmux] 0407d8: Add to TODO.
GitHub
-
[tmux/tmux] 17d4c3: Discard all but the last line when reading from a ...
GitHub
-
[tmux/tmux] c9037f: Remove unused hooks_run function, from Thomas Adam...
GitHub
-
[tmux/tmux] 829fe3: Improve logging for layout cells.
GitHub
-
[tmux/tmux] 58e9d1: msys is apparently a cygwin variant that doesn't s...
GitHub
-
[tmux/tmux] fe26f9: Add C-g at command prompt for emacs people, GitHub...
GitHub
-
[tmux/tmux] c9896d: Initialize the size of new panes created by the ev...
GitHub
-
[tmux/tmux] 299c55: Redrawing status is needed after changing window f...
GitHub
-
[tmux/tmux] c363c2: Fix memory leak in screen_redraw_make_pane_status.
GitHub
-
[tmux/tmux] 6ce8fe: Still need to globfree on failure.
GitHub
-
[tmux/tmux] 5c8243: Remove duplicate WheelUp/WheelDown entries in list...
GitHub
-
[tmux/tmux] b20a00: Report better error from server when socket create...
GitHub
-
[tmux/tmux] 62144b: Do not try to put more in command message than wil...
GitHub
-
[tmux/tmux] 58f645: Remove unused variable from Thomas Adam.
GitHub
-
[tmux/tmux] 695dc5: Allow formats in selectp -T, from Thomas Adam.
GitHub
-
[tmux/tmux] e5ae9d: Add -and-cancel variants for scrolling commands to...
GitHub
-
[tmux/tmux] 3b649d: Add a common function for spreading out cells and ...
GitHub
-
[tmux/tmux] e58d16: Add to CHANGES.
GitHub
-
[tmux/tmux] aeda2e: If there is a double width character at the very e...
GitHub
-
[tmux/tmux] d81fa5: When searching in copy mode, do not scroll if the ...
GitHub
-
[tmux/tmux] 384736: If we successfully change the directory, set PWD t...
GitHub
-
[tmux/tmux] 50a5f8: Support mouse on preview in tree mode.
GitHub
-
[tmux/tmux] ba93a6: Change mouse in modes so that one click moves the ...
GitHub
-
[tmux/tmux] 43264d: Make the mode draw function use the parent screen ...
GitHub
-
[tmux/tmux] 8d37f6: Add a "fast" version of screen_write_copy for tree...
GitHub
-
[tmux/tmux] 3887d9: There is no point in reflowing panes which have no...
GitHub
-
[tmux/tmux] e91e8a: Fix crash exiting command prompt (from Alex Maese ...
GitHub
-
[tmux/tmux] be4c01: Note that notifications are also hooks.
GitHub
-
[tmux/tmux] 578a63: Default allow-rename to off because it is ridiculo...
GitHub
-
[tmux/tmux] 37f83a: Update CHANGES.
GitHub
-
[tmux/tmux] 8dd776: Add P key to paste tagged in buffer mode, and trim...
GitHub
-
[tmux/tmux] 6e8d29: Update TODO.
GitHub
-
[tmux/tmux] 26f185: Use window_pane_index() when drawing pane numbers ...
GitHub
-
[tmux/tmux] f7a037: Apparently vim(1) now has syntax highlighting buil...
GitHub
-
[tmux/tmux] d3e870: Clear status line with spaces again so reverse wor...
GitHub
-
[tmux/tmux] 375316: Need compat for queue.h.
GitHub
-
[tmux/tmux] a5fd57: Show exit status and time in the remain-on-exit pa...
GitHub
-
[tmux/tmux] a34de2: Save and restore LIBS when checking for b64_ntop, ...
GitHub
-
[tmux/tmux] d10def: Check missed during merge.
GitHub
-
[tmux/tmux] eb9839: Box around label in preview.
GitHub
-
[tmux/tmux] 6e5121: Clear to end of line properly with UTF-8 present.
GitHub
-
[tmux/tmux] 99351c: Add C-n and C-p keys for tree mode, and choose the...
GitHub
-
[tmux/tmux] a3967d: Include headers if found regardless of forkpty.
GitHub
-
[tmux/tmux] db4415: kind should be S-Down not S-Up.
GitHub
-
[tmux/tmux] 0b4c40: Fix description of history_size, from Campbell Bar...
GitHub
-
[tmux/tmux] 9c4caf: Support %else in config files to match %if, from B...
GitHub
-
[tmux/tmux] 6a292f: When writing batches of characters to the screen, ...
GitHub
-
[tmux/tmux] a8b84b: 2.6-rc3.
GitHub
-
[tmux/tmux] bd71cb: 2.6.
GitHub
-
[tmux/tmux] 71ec61: Initialize alerts timer event where it is used, av...
GitHub
-
[tmux/tmux] d563aa: Initialize alerts timer event where it is used, av...
GitHub
-
[tmux/tmux] c86d83: Remove unused (always 1) arguments from some funct...
GitHub
-
[tmux/tmux] af2c7c: Check event is initialized before delete; fixes cr...
GitHub
-
[tmux/tmux] 6fdaaa: Do not free more lines than are available in the h...
GitHub
-
[tmux/tmux] 034b19: 2.6-rc2.
GitHub
-
[tmux/tmux] 70bc07: Previously, extended cell data was never reduced i...
GitHub
-
[tmux/tmux] a1986c: Add to CHANGES.
GitHub
-
[tmux/tmux] 466066: Do not attempt to use TIOCSWINSZ on a -1 file desc...
GitHub
-
[tmux/tmux] c62cfe: Add to CHANGES.
GitHub
-
[tmux/tmux] eadd79: Move to current mouse position not last when clcki...
GitHub
-
[tmux/tmux] f4848b: Add selectp -T to set pane title.
GitHub
-
[tmux/tmux] e941e5: Mention GitHub for code.
GitHub
-
[tmux/tmux] 2e4e52: 2.6-rc version.
GitHub
-
[tmux/tmux] 6e2b3f: Add to CHANGES.
GitHub
-
[tmux/tmux] 6abfd9: Instead of overloading the line clear function to ...
GitHub
-
[tmux/tmux] 8f3640: Add to TODO.
GitHub
-
[tmux/tmux] 17cf1b: Pass flags into cmd_find_from_* to fix prefer-unat...
GitHub
-
[tmux/tmux] c1d8b0: Back to master.
GitHub
-
[tmux/tmux] fa20f1: Fix position of -v, pointed out by Thomas Sattler.
GitHub
-
[tmux/tmux] 3815e4: This is not true now...
GitHub
-
[tmux/tmux] 2248b8: 2.6-rc version.
GitHub
-
[tmux/tmux] 3f3fb4: More style.
GitHub
-
[tmux/tmux] a7d1ee: Redraw rectangle selections properly when cursor a...
GitHub
-
[tmux/tmux] 82b30f: Style of headings.
GitHub
-
[tmux/tmux] 6b841a: Fix example from Adam Spiers.
GitHub
-
[tmux/tmux] 9852bd: Check for complete keys before escape prefix, allo...
GitHub
-
[tmux/tmux] 5cdccf: Update CHANGES.
GitHub
-
[tmux/tmux] fe4467: Do not forbid targets to specify non-visible panes...
GitHub
-
[tmux/tmux] fccfc4: Do not allow the current line of screen when the p...
GitHub
-
[tmux/tmux] 25cf12: Use kind and kri for S-Up/Down as well as kUP and ...
GitHub
-
[tmux/tmux] 3c63ad: When tty is error or closed, remove client. Report...
GitHub
-
[tmux/tmux] e1b3dc: Run alert hooks based on the options rather than u...
GitHub
-
[tmux/tmux] 0f708d: Add to TODO.
GitHub
-
[tmux/tmux] 7ec2a2: Do not emit \r\n to move to column 0 if there are ...
GitHub
-
[tmux/tmux] 768740: Fix example for user-keys.
GitHub
-
[tmux/tmux] 8daa1d: Add monitor-bell window option to match the activi...
GitHub
-
[tmux/tmux] de86bf: Add to CHANGES.
GitHub
-
[tmux/tmux] c1ec28: Rename BELL_* values to ALERT_* now they are used ...
GitHub
-
[tmux/tmux] ac2ba0: Fix filtering so it works after the change to only...
GitHub
-
[tmux/tmux] 5dd554: Add -F to choose-tree, choose-client, choose-buffe...
GitHub
-
[tmux/tmux] 237b7a: Update CHANGES and TODO.
GitHub
-
[tmux/tmux] 31b065: Hooks for after-select-pane and after-select-windo...
GitHub
-
[tmux/tmux] 6f9b96: Add selection_present format so commands in copy m...
GitHub
-
[tmux/tmux] 0d6fc7: I already mentioned these... revert previous.
GitHub
-
[tmux/tmux] b4c9f6: Show pane title in window list for windows with on...
GitHub
-
[tmux/tmux] a704f5: This is a big meaningless.
GitHub
-
[tmux/tmux] 6b60a5: Update CHANGES.
GitHub
-
[tmux/tmux] 3df7c9: Add pane_at_left/right/top/bottom formats, from Am...
GitHub
-
[tmux/tmux] 76887b: Make bell, activity and silence alerting more cons...
GitHub
-
[tmux/tmux] 06a264: Update CHANGES.
GitHub
-
[tmux/tmux] 3065b2: Mention autoconf and automake.
GitHub
-
[tmux/tmux] 3bb426: Use the actual width written rather than the possi...
GitHub
-
[tmux/tmux] e0d49a: Allow ispunct() as well as isalnum() when parsing ...
GitHub
-
[tmux/tmux] 11e2af: Add -c for respawn-pane and respawn-window, from J...
GitHub
-
[tmux/tmux] 932f6c: Because ignore SIGCHLD early, letting signal_del r...
GitHub
-
[tmux/tmux] 2678fe: Fix redraw defer code in the presence of multiple ...
GitHub
-
[tmux/tmux] e4cd87: Update CHANGES.
GitHub
-
[tmux/tmux] 8b84fc: Line up keys in tree mode, and don't expand window...
GitHub
-
[tmux/tmux] fba614: Do not need to set up USR2 twice.
GitHub
-
[tmux/tmux] d0d42d: proc_send_s now seems unnecessary.
GitHub
-
[tmux/tmux] 58b796: Some extra logging to show why tmux might exit.
GitHub
-
[tmux/tmux] 9913cc: Add a pane_pipe format to show if pipe-pane is act...
GitHub
-
[tmux/tmux] 1f7ca9: When working out the current client (for example f...
GitHub
-
[tmux/tmux] 53d4ed: < and > keys to scroll preview list left and right...
GitHub
-
[tmux/tmux] bedf8b: Handle 0 size of preview box in caller.
GitHub
-
[tmux/tmux] 403980: Change session and window preview so that the curr...
GitHub
-
[tmux/tmux] 6ee0af: Change previous to not wait for both process exit ...
GitHub
-
[tmux/tmux] 42285a: Try C.UTF-8 which is also a commonly useful locale...
GitHub
-
[tmux/tmux] 724755: Try to show a better preview of sessions and windo...
GitHub
-
[tmux/tmux] 8b0fd6: Use 100 as the example for command-alias because t...
GitHub
-
[tmux/tmux] a00b0d: Apply the xterm key flag when needed for send-keys...
GitHub
-
[tmux/tmux] 1e376b: Fix visual-silence (check accidentally the wrong w...
GitHub
-
[tmux/tmux] 95ed7d: Add user-keys option to allow user-defined keys to...
GitHub
-
[tmux/tmux] a67df1: Tweak some logging.
GitHub
-
[tmux/tmux] d68560: Log terminal capabilities for each new terminal.
GitHub
-
[tmux/tmux] dec00d: Add missing error message when no target, GitHub i...
GitHub
-
[tmux/tmux] 6e5740: New test.
GitHub
-
[tmux/tmux] ac7080: Remove xterm flag from key before checking prefix,...
GitHub
-
[tmux/tmux] e028ab: Need to flush out the linefeed after wrapper. GitH...
GitHub
-
[tmux/tmux] 803715: Add explicit keys for the bracketed paste sequence...
GitHub
-
[tmux/tmux] 3ec28c: Default sort for buffer mode should be time not na...
GitHub
-
[tmux/tmux] a2ca51: Use brackets around prompts which looks better and...
GitHub
-
[tmux/tmux] eea936: Set AM_CFLAGS for ncurses libraries, reported by P...
GitHub
-
[tmux/tmux] 74b2de: Add a hook when the clipboard is set.
GitHub
-
[tmux/tmux] 143ccd: Add memmem to compat.
GitHub
-
[tmux/tmux] 29c490: Add memmem to compat.
GitHub
-
[tmux/tmux] a4d2fa: Update TODO.
GitHub
-
[tmux/tmux] 065c36: Typo.
GitHub
-
[tmux/tmux] 61ed64: Move FAQ online and do not ship TODO.
GitHub
-
[tmux/tmux.github.io] dc6234: Redirect to GitHub bit.
GitHub
-
[tmux/tmux] 8c4ae1: Add size to client descriptions in list, suggested...
GitHub
-
[tmux/tmux] 356fab: Return 1 if name matches not 0, also fix some spac...
GitHub
-
[tmux/tmux] 9543f0: Use osdep_get_name.
GitHub
-
[tmux/tmux] 405cc3: Add simple searching (C-s and n) to the various ch...
GitHub
-
[tmux/tmux.github.io] f5badb: Tweak.
GitHub
-
[tmux/tmux] 772dac: Tweak title.
GitHub
-
[tmux/tmux] 696d28: Mention U8, from Carles Cufi.
GitHub
-
[tmux/tmux] 9316b9: Typo.
GitHub
-
[tmux/tmux] fb288e: Remove a bunch of out-of-date stuff from the FAQ o...
GitHub
-
[tmux/tmux] d72809: Delete input event when evbuffer_read() fails to a...
GitHub
-
[tmux/tmux] 78352f: Add a small dance to daemon() to reattach tmux to ...
GitHub
-
[tmux/tmux] e1686c: Update CHANGES.
GitHub
-
[tmux/tmux] a999f6: Linux build fixes
GitHub
-
[tmux/tmux] 184039: Typo/style; plus man page escaping from jmc.
GitHub
-
buildbot success in OpenCSW Buildbot on tmux-solaris10-sparc
buildbot