Age | Commit message (Expand) | Author |
2012-11-27 | Allow cmd-run-shell to accept -t to specify the pane to display the | Nicholas Marriott |
2012-11-27 | When scrolling in copy mode with the mouse, scroll screen rather than | Nicholas Marriott |
2012-11-27 | Revert last, after discussion it isn't necessary. | Nicholas Marriott |
2012-11-27 | If the application inside tmux has requested any mouse modes itself, do | Nicholas Marriott |
2012-11-27 | Add window-status-last-* options, from Boris Faure. | Nicholas Marriott |
2012-11-27 | Fix session choice so that preferring unattached sessions actually | Nicholas Marriott |
2012-11-26 | Call realpath earlier on the socket directory path rather than on the | Nicholas Marriott |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-11-23 | space required between macro args and punctuation; | Jason McIntyre |
2012-11-23 | add a -M flag that does nothing; allows setups with -M in sndiod_flags | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |
2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. | Nicholas Marriott |
2012-11-20 | keep functnames sorted | Florian Obser |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-11-19 | Clarify some points about config files, notably that they are only read | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Correct indentation for lists and displays inside lists. | Ingo Schwarze |
2012-11-18 | Fix four small whitespace issues related to trailing punctuation | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze |
2012-11-16 | Two more macros (.Ap and .In) do trailing delimiter handling. | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-11-14 | use F_OK macro instead of 0 in access() when checking by file existence. make... | Gleydson Soares |
2012-11-14 | fix a bug, hidden by the break statement in the special option case, | Igor Sobrado |
2012-11-14 | allow the full range of unsigned serial numbers; 'fine' deraadt@ | Damien Miller |
2012-11-14 | fix username passed to helper program | Damien Miller |
2012-11-13 | Column numbers are gone for good. | Florian Obser |
2012-11-12 | Once a C_RECVDIR command is sent, a matching C_END command has to be | Philip Guenthe |
2012-11-12 | Fix various format string issues. Stop assuming time_t is long or smaller. | Philip Guenthe |
2012-11-11 | updating the character offset on the line all the time is astoundingly | Theo de Raadt |
2012-11-11 | david livingstone, not livingston; | Jason McIntyre |
2012-11-09 | *really* filter symbols on elf systems: introduce a new "export_symbols" | Marc Espie |
2012-11-09 | fix get_symbollist: output completely empty file if no symbol. | Marc Espie |
2012-11-07 | say goodbye to killing trailing spaces. | Marc Espie |
2012-11-07 | fix fractional number exponentiation, especially for negative exponents | Otto Moerbeek |
2012-11-06 | Remove never read struct member, found while investigating a llvm | Florian Obser |