summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott
2014-02-22Fix crash due to uninitialized lastwp member of layout_cell, reported byNicholas Marriott
2014-02-22Fix -fg/-bg/-style with 256 colour terminals.Nicholas Marriott
2014-02-22when processing Match blocks, skip 'exec' clauses if previous predicatesDamien Miller
2014-02-21drop support for pre-standard C, it's time to move on. ok deraadtTed Unangst
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.Nicholas Marriott
2014-02-17Be consistent and allow only mouse down and mouse wheel for any paneNicholas Marriott
2014-02-17Don't crash when given a invalid colour, reported by Felix Rosencrantz,Nicholas Marriott
2014-02-16HISTORY and AUTHORS; researched and written at Singapore Changi Airport;Ingo Schwarze
2014-02-16fix bibliographical references; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-16After Werner Lemberg accepted and committed some updates to the manualIngo Schwarze
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.Nicholas Marriott
2014-02-16when indenting, extend the right margin accordingly, when needed;Ingo Schwarze
2014-02-16* simplify the documentation of -l as suggested by millert@Ingo Schwarze
2014-02-15simplify macro usage, in part suggested by jmc@,Ingo Schwarze
2014-02-15avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W;Damien Miller
2014-02-15Don't need keeps in SYNOPSIS for .mdoc.Todd C. Miller
2014-02-15minor macro cleanup; from Jan Stary <hans at stare dot cz>;Ingo Schwarze
2014-02-15macro cleanup, mostly to use .Cm for fixed stringsIngo Schwarze
2014-02-14Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze
2014-02-14Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze
2014-02-14Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze
2014-02-14Regarding -r, cite the latest standard that required it instead ofIngo Schwarze
2014-02-14clean up macro usage in the HISTORY section;Ingo Schwarze
2014-02-14consistent usage of .At and .Nm;Ingo Schwarze
2014-02-14If the terminfo entry has colors#256, assume that setaf and setab workNicholas Marriott
2014-02-14Make status-interval of zero work as indented.Nicholas Marriott
2014-02-14Style nit - no space between function name and bracket.Nicholas Marriott
2014-02-14Do not need to call winlink_find_by_window, from Filip Moc.Nicholas Marriott
2014-02-14Check for NULL session and whatnot in status_replace, from Thomas Adam.Nicholas Marriott
2014-02-14Make C-j the same as C-m, from Simon Nicolussi.Nicholas Marriott
2014-02-13use strtonum. ok krwTed Unangst
2014-02-13use strotonumTed Unangst
2014-02-13small style fix from jan staryTed Unangst
2014-02-13TMPDIR is an extension;Jason McIntyre
2014-02-13-r is not a posix extension (my error), it is there for compat reasons;Jason McIntyre
2014-02-13make .Ic markup consistent; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
2014-02-12Avoid use of uninitialized variable, from Thomas Adam.Nicholas Marriott
2014-02-12mark up fixed strings to be passed as command line arguments using .Cm;Ingo Schwarze
2014-02-12.Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead;Ingo Schwarze
2014-02-12for a display containing a tab character, use literal context;Ingo Schwarze
2014-02-11updates for norbert wiener;Jason McIntyre
2014-02-11add:Jason McIntyre
2014-02-11Stop leaking megabytes of memory at every queue refresh.pelikan
2014-02-10one of the examples needs -N to work again;Jason McIntyre
2014-02-10The last fix to xterm keys meant that some keys such as \033OA wereNicholas Marriott
2014-02-08more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks!Alexandre Ratchov
2014-02-08copy the correct number of channels in join/expandAlexandre Ratchov
2014-02-08remove debug bits: dont fill with junk unused channelsAlexandre Ratchov