Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-23 | Change terminal-overrides to a server option (now that we have them), it | Nicholas Marriott | |
doesn't make much sense as a session option. | |||
2014-02-22 | Fix crash due to uninitialized lastwp member of layout_cell, reported by | Nicholas Marriott | |
Balazs Kezes. | |||
2014-02-22 | Fix -fg/-bg/-style with 256 colour terminals. | Nicholas Marriott | |
2014-02-22 | when processing Match blocks, skip 'exec' clauses if previous predicates | Damien Miller | |
failed to match; ok markus@ | |||
2014-02-21 | drop support for pre-standard C, it's time to move on. ok deraadt | Ted Unangst | |
2014-02-17 | Fix memory leaks with paste_replace, based on changes from J Raynor. | Nicholas Marriott | |
2014-02-17 | Be consistent and allow only mouse down and mouse wheel for any pane | Nicholas Marriott | |
with mouse-select-pane rather than just in copy mode, reported by Balazs Kezes. | |||
2014-02-17 | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | Nicholas Marriott | |
fix from Thomas Adam. | |||
2014-02-16 | HISTORY and AUTHORS; researched and written at Singapore Changi Airport; | Ingo Schwarze | |
ok millert@ jmc@ sobrado@ | |||
2014-02-16 | fix bibliographical references; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
feedback and ok jmc@ | |||
2014-02-16 | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze | |
page template contained in groff_mdoc(7), catch up with our own stuff. In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9. ok jmc@ | |||
2014-02-16 | Leftovers from removing 88 colour support, from Theo Buehler. | Nicholas Marriott | |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze | |
fixes a crash reported by blambert@ and a few other, similar ones | |||
2014-02-16 | * simplify the documentation of -l as suggested by millert@ | Ingo Schwarze | |
* the `-' arg to -c is a fixed string for the cmd line, so use .Cm ok millert@ | |||
2014-02-15 | simplify macro usage, in part suggested by jmc@, | Ingo Schwarze | |
and fix a few markup bugs; ok millert@ | |||
2014-02-15 | avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W; | Damien Miller | |
bz#2200, debian#738692 via Colin Watson; ok dtucker@ | |||
2014-02-15 | Don't need keeps in SYNOPSIS for .mdoc. | Todd C. Miller | |
Fix escaping of colon in example. | |||
2014-02-15 | minor macro cleanup; from Jan Stary <hans at stare dot cz>; | Ingo Schwarze | |
ok millert@ | |||
2014-02-15 | macro cleanup, mostly to use .Cm for fixed strings | Ingo Schwarze | |
to be passed as command line arguments; from Jan Stary <hans at stare dot cz>, tweaked by me | |||
2014-02-14 | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze | |
We even parse and ignore the .ad request (adjustment mode), and it doesn't make sense to more prominently warn about temporary than about permanent adjustment changes. Request found by naddy@ in xloadimage(1) and by juanfra@ in racket(1). | |||
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze | |
Missing feature found by jca@ in ratpoison(1). The ratpoison(1) manual still doesn't work because it uses .shift and .while, too (apparently, ratpoison is so complex that it needs a Turing-complete language to even format its manual :-). Written at Christchurch International Airport. | |||
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze | |
In particular, this improves handling of the pod2man(1) preamble; for examples of the effect, see some author names in perlthrtut(1). Missing feature reported by Andreas Voegele <mail at andreasvoegele dot com> more than two years ago. Written at Christchurch International Airport. | |||
2014-02-14 | Regarding -r, cite the latest standard that required it instead of | Ingo Schwarze | |
a random one from the middle of its history, and improve the wording. Add an AUTHORS section. Much feedback and help millert@ sobrado@ jmc@, ok jmc@ millert@. | |||
2014-02-14 | clean up macro usage in the HISTORY section; | Ingo Schwarze | |
triggered by a smaller patch from Jan Stary <hans at stare dot cz> | |||
2014-02-14 | consistent usage of .At and .Nm; | Ingo Schwarze | |
based on a patch from Jan Stary <hans at stare dot cz>, tweaked by me | |||
2014-02-14 | If the terminfo entry has colors#256, assume that setaf and setab work | Nicholas Marriott | |
and use them for the 256 colour set. If the terminfo entry doesn't have colors#256 and the user gives -2 to the client, use a \033[38;5;Xm sequence as before. Should allow fbterm to work with it's weird setaf and setab. | |||
2014-02-14 | Make status-interval of zero work as indented. | Nicholas Marriott | |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott | |
2014-02-14 | Do not need to call winlink_find_by_window, from Filip Moc. | Nicholas Marriott | |
2014-02-14 | Check for NULL session and whatnot in status_replace, from Thomas Adam. | Nicholas Marriott | |
2014-02-14 | Make C-j the same as C-m, from Simon Nicolussi. | Nicholas Marriott | |
2014-02-13 | use strtonum. ok krw | Ted Unangst | |
2014-02-13 | use strotonum | Ted Unangst | |
2014-02-13 | small style fix from jan stary | Ted Unangst | |
2014-02-13 | TMPDIR is an extension; | Jason McIntyre | |
while here, converting \*(Gt to >, in accordance with some advice from ingo | |||
2014-02-13 | -r is not a posix extension (my error), it is there for compat reasons; | Jason McIntyre | |
Ev BLOCKSIZE is an extension (noted by millert) | |||
2014-02-13 | make .Ic markup consistent; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
while here, mark up a argument placeholders as .Ar, not .Ic | |||
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther | |
Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@ | |||
2014-02-12 | Avoid use of uninitialized variable, from Thomas Adam. | Nicholas Marriott | |
2014-02-12 | mark up fixed strings to be passed as command line arguments using .Cm; | Ingo Schwarze | |
from Jan Stary <hans at stare dot cz> | |||
2014-02-12 | .Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead; | Ingo Schwarze | |
from Jan Stary <hans at stare dot cz>; jmc@ doesn't know of any upstream, so just commit it locally | |||
2014-02-12 | for a display containing a tab character, use literal context; | Ingo Schwarze | |
issue noticed by Jan Stary <hans at stare dot cz> | |||
2014-02-11 | updates for norbert wiener; | Jason McIntyre | |
From: Martin Schr?der | |||
2014-02-11 | add: | Jason McIntyre | |
robert morris (from jan stary) karl marx and friedrich engels (from jiri b) | |||
2014-02-11 | Stop leaking megabytes of memory at every queue refresh. | pelikan | |
ok krw | |||
2014-02-10 | one of the examples needs -N to work again; | Jason McIntyre | |
the paper trail appears to be: reported in feebsd pr docs/185353 by rol robert-eckardt de fix suggested by peter wemm diff submitted to tech by allan jude | |||
2014-02-10 | The last fix to xterm keys meant that some keys such as \033OA were | Nicholas Marriott | |
being wrongly treated as partial matches. So both check xterm keys after standard keys and only wildcard the minimum required ('1' to '8'). Problems reported by Ralf Horstmann and Tim van der Molen. | |||
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov | |
2014-02-08 | copy the correct number of channels in join/expand | Alexandre Ratchov | |
2014-02-08 | remove debug bits: dont fill with junk unused channels | Alexandre Ratchov | |