summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-09-07Make C-r not screw up the line counter if the pattern ends up notlum
2012-09-07when muxmaster is run with -N, make it shut down gracefully when a clientDarren Tucker
2012-09-07Merge escape help text for ~v and ~V; ok djm@Darren Tucker
2012-09-07Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@Darren Tucker
2012-09-06missing letter in previous;Jason McIntyre
2012-09-06Make the escape command help (~?) context sensitive so that only commandsDarren Tucker
2012-09-06Put help text for ~v and ~V around the correct wayDarren Tucker
2012-09-06Add ~v and ~V escape sequences to raise and lower the logging levelDarren Tucker
2012-09-05Handle empty list properly in choose-list, based on fix from Thomas Adam.Nicholas Marriott
2012-09-05We can't tell what the terminal has done with a DCS string, so reset theNicholas Marriott
2012-09-04Trivial code simplification from Tim Ruehsen.Nicholas Marriott
2012-09-03Remove xterm CRA support - support is patchy and it will be done betterNicholas Marriott
2012-09-03Use the right index when adding item in choose-tree, from Thomas Adam.Nicholas Marriott
2012-09-03When choosing a pane found by find-window, switch to that pane ratherNicholas Marriott
2012-09-03Rename variables to something a but more understandable.Nicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-09-03Remove an unused variable.Nicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-09-03Change format of choose-tree arrows slightly, from Romain Francoise.Nicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-09-03Can't call evtimer_pending on uninitialized events, callNicholas Marriott
2012-09-02Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah.Theo de Raadt
2012-09-02Document (in this commit message, and an annotation in the Makefile)Theo de Raadt
2012-09-01put back out-of-line version of function.Marc Espie
2012-09-01update currency exchange rates;Jason McIntyre
2012-08-31Allow an error message for a filename that is too long to be seen andlum
2012-08-30fix typo in last commitAlexander Hall
2012-08-30oops. need to reset errno. Otherwise we can't save a new file in alum
2012-08-30Move pmdb to the attic.Mark Kettenis
2012-08-30Use (rate / 15) as block size in off-line mode to ensure theAlexandre Ratchov
2012-08-30Some line counter goodness from Florian Obser.lum
2012-08-30This diff allows the user to decide what to do with buffers thatlum
2012-08-29Adjust for changes to "struct reg".Mark Kettenis
2012-08-29Test the exit status of the compiler by pulling it out the pipeline, soPhilip Guenthe
2012-08-28Make mg behave more like emacs with regards to opening a new buffer:lum
2012-08-27Change a log to fprintf that was missed last time around, from Tiago Cunha.Nicholas Marriott
2012-08-27Instead of requiring a prompt to enter all numbers >10, go back toNicholas Marriott
2012-08-27a few libtool users are bogus, they confuse --export-symbols with theMarc Espie
2012-08-27vax does not get -rpath-link, but it also does not really need it.Marc Espie
2012-08-26oops, i added a stray character. spotted by jmcTed Unangst
2012-08-26Make a few ftp(1) usage/man page changes related to BasicLawrence Teo
2012-08-25- make wrong variable specs (unterminated) parse errors.Marc Espie
2012-08-24comment about bsd.own.mk is now false; ok markusTheo de Raadt
2012-08-23do not show mount_nnpfs in an example, since it is goneTheo de Raadt
2012-08-22rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however itJason McIntyre
2012-08-22remove unneccessary .Pp;Jason McIntyre
2012-08-22i missed usage and the manpage. prod by jmcTed Unangst
2012-08-22-h flag to print human numbers in conjunction with -w -bTed Unangst
2012-08-21flesh out the rfc sections;Jason McIntyre
2012-08-21Missing "-q" in usage().Antoine Jacoutot