summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-11-30use the hold flag for midi ports as wellAlexandre Ratchov
2012-11-30For MIDI ports, use the same open/close logic as for audio devices:Alexandre Ratchov
2012-11-30When the audio device is closed, mark it as closed beforeAlexandre Ratchov
2012-11-30make DEV_xxx contiguousAlexandre Ratchov
2012-11-30Process incoming MIDI data on the fly rather than using anAlexandre Ratchov
2012-11-30don't exit if midi control port is destroyed (it never is)Alexandre Ratchov
2012-11-30makes cloned devices line up well with the rest of the output;Mike Belopuhov
2012-11-29fix stupid cvs conflictMarc Espie
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott
2012-11-27Support the 47 and 1047 SM and RM sequences (alternate screen withoutNicholas Marriott
2012-11-27- add 'make-directory' (not bound to any shortcut).Jasper Lievisse Adriaanse
2012-11-27- move prototype of expandtilder() to def.h; needed by an upcoming diff.Jasper Lievisse Adriaanse
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-27Allow cmd-run-shell to accept -t to specify the pane to display theNicholas Marriott
2012-11-27When scrolling in copy mode with the mouse, scroll screen rather thanNicholas Marriott
2012-11-27Revert last, after discussion it isn't necessary.Nicholas Marriott
2012-11-27If the application inside tmux has requested any mouse modes itself, doNicholas Marriott
2012-11-27Add window-status-last-* options, from Boris Faure.Nicholas Marriott
2012-11-27Fix session choice so that preferring unattached sessions actuallyNicholas Marriott
2012-11-26Call realpath earlier on the socket directory path rather than on theNicholas Marriott
2012-11-24complement "need an operator" fatal error message with the actual line content.Marc Espie
2012-11-24Don't output a . at the end of directory, as it is confusing.Marc Espie
2012-11-24be more strict in recognizing .if keyword() constructs, don't ignoreMarc Espie
2012-11-24clean-up: move up .USE handling, so that the rest becomes a simple switch()Marc Espie
2012-11-23space required between macro args and punctuation;Jason McIntyre
2012-11-23add a -M flag that does nothing; allows setups with -M in sndiod_flagsAlexandre Ratchov
2012-11-23Since there's no sndiod -> aucat link anymore, allow aucat to be runAlexandre Ratchov
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov
2012-11-23Make the client wait for the first flow control message rather thanAlexandre Ratchov
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-11-22Instead of worrying about xterm version, send DA and read DEC serviceNicholas Marriott
2012-11-22Don't need to send DECSL on detaching now, the code using higher levelsNicholas Marriott
2012-11-21${.ALLSRC} and ${.OODATE} should always be defined, even for empty listsMarc Espie
2012-11-21Plug fp leak, from rustyBSD at gmx dot fr.Nicholas Marriott
2012-11-20keep functnames sortedFlorian Obser
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-19Add halfpage commands to mode command string table (missed by accident),Nicholas Marriott
2012-11-19Clarify some points about config files, notably that they are only readNicholas Marriott
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-11-19sync usage(), and tidy up the output a little; ok schwarzeJason McIntyre
2012-11-19In -Tman mode, support automatic word keeps in the SYNOPSISIngo Schwarze
2012-11-18Make the generated man(7) code more portable by using .PDIngo Schwarze
2012-11-18Correct indentation for lists and displays inside lists.Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-11-16Warn about unknown volume or arch in Dt macro arguments;Ingo Schwarze
2012-11-16Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze
2012-11-16Improve formatting of badly nested font blocks.Ingo Schwarze