Age | Commit message (Expand) | Author |
2013-04-01 | update currency exchange rates; | Jason McIntyre |
2013-03-31 | m88k has shared libs now. | Brad Smith |
2013-03-31 | A space got lost in fstat state output, put it back. | Alexander Bluhm |
2013-03-30 | Correctly report `weak' status of non-function symbols. Makes nm agree with | Miod Vallat |
2013-03-30 | Use getaddrinfo() to display multiple addresses including IPv6. | Florian Obser |
2013-03-30 | Fixed a memory leak during HTTP header parsing. | Tobias Stoeckmann |
2013-03-28 | allow passing a full path to a .pc file, instead of just the module name. | Jasper Lievisse Adriaanse |
2013-03-28 | If -s to swap-pane is not given, use the current pane. | Nicholas Marriott |
2013-03-28 | Make copy-mode -u still scroll up if already in copy mode, handy for | Nicholas Marriott |
2013-03-28 | Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2, | Philip Guenther |
2013-03-27 | Add TMUX_TMPDIR variable to put the socket directory outside | Nicholas Marriott |
2013-03-27 | Move the cursor back into the last column on CUU/CUD to match xterm | Nicholas Marriott |
2013-03-27 | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott |
2013-03-26 | i broke it. tailq is now simpleq in pool. | Ted Unangst |
2013-03-26 | bits for octeon (will format as OCTEON in Dt); | Jason McIntyre |
2013-03-26 | Only accept partial keys if the timer has not expired, fixes infinite | Nicholas Marriott |
2013-03-26 | Fix compiler warnings, missing #include. From Thomas Adam. | Nicholas Marriott |
2013-03-25 | Try to establish client for run-shell and if-shell if no -t. | Nicholas Marriott |
2013-03-25 | Revert the command-prefix change which breaks sequences of commands. | Nicholas Marriott |
2013-03-25 | Set pane resize flag when needed. | Nicholas Marriott |
2013-03-25 | Sort includes and fix spaces. | Nicholas Marriott |
2013-03-25 | b comes before t. | Nicholas Marriott |
2013-03-25 | Process ^[ as meta when a partial key is found. | Nicholas Marriott |
2013-03-25 | Add -P and -F to new-session. | Nicholas Marriott |
2013-03-25 | Create a new context when copying instead of using the input | Nicholas Marriott |
2013-03-25 | Extend jobs to support writing and use that for copy-pipe instead of | Nicholas Marriott |
2013-03-25 | Handle empty pending output (not a failure) and add \n. From George | Nicholas Marriott |
2013-03-25 | Handle no client better in display-message. | Nicholas Marriott |
2013-03-25 | When only two panes in a window, only draw half the separating line as | Nicholas Marriott |
2013-03-25 | Display the window's column number in mode line not the | Florian Obser |
2013-03-25 | Don't let display-message crash if no client, from George Nachman. | Nicholas Marriott |
2013-03-25 | Only send end guard if begin was sent, from George Nachman. | Nicholas Marriott |
2013-03-25 | Include prefix on ids, from George Nachman. | Nicholas Marriott |
2013-03-25 | Write escaped output in control mode rather than hex, from George | Nicholas Marriott |
2013-03-25 | Clarify zoom/unzoom, from Romain Francoise. | Nicholas Marriott |
2013-03-25 | Remove unnecessary .Pp. | Nicholas Marriott |
2013-03-25 | Correct line numbers for undo-list. | Florian Obser |
2013-03-25 | Don't zoom windows with one pane, from Romain Francoise. | Nicholas Marriott |
2013-03-25 | We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when | Nicholas Marriott |
2013-03-25 | Don't add prefix to %output pane id. | Nicholas Marriott |
2013-03-25 | Record when the buffer was saved in the undo history. The buffer | Florian Obser |
2013-03-25 | Clean up capture-pane and add -P option to dump pending output, based on | Nicholas Marriott |
2013-03-25 | Document control mode in the manpage, from George Nachman. | Nicholas Marriott |
2013-03-25 | Use single stdout and stderr for control clients. | Nicholas Marriott |
2013-03-25 | Fix if-shell and run-shell if there are no sessions. Batted around | Nicholas Marriott |
2013-03-25 | Add home and end as modified by xterm in keypad mode, from Chris | Nicholas Marriott |
2013-03-25 | Fix a warning. | Nicholas Marriott |
2013-03-25 | Add time and a command count to control mode guards, based on code from | Nicholas Marriott |
2013-03-25 | Fix handling of short (< 4 character) checksums and a bug with parsing | Nicholas Marriott |
2013-03-25 | Do not redraw panes if invisible. | Nicholas Marriott |