Age | Commit message (Collapse) | Author |
|
the reference count, then check it is still on the global sessions list
in the callback.
|
|
|
|
or height of the smaller panes in the main-horizontal and main-vertical
layouts to be set. Mostly from David Goodlad.
|
|
From kristaps@.
|
|
.Bk without arguments defaults to -words.
.Bk with invalid arguments (including -lines) has no effect.
ok kristaps@
|
|
Use less <DIV>, use more <H1>, <H2>, <P>, <BR>, <PRE>, <UL>, <OL>, <DL> etc.
Triggered by input from Will Backman.
Remove CSS2 note in mandoc.1, which is no longer true.
|
|
me package, aren't recognised by "groff -mandoc" so we don't need to do
so either. Besides, they are not used in base or Xenocara, and only at
two or three places in one single port, which are probably typos.
From kristaps@.
|
|
reset SIGCHLD handler before fork (and restore it after) so we don't miss
the the askpass child's exit status. Correct test for exit status/signal to
account for waitpid() failure; with claudio@ ok claudio@ markus@
|
|
this warning if a new key type appears. ok djm@
|
|
environment rather than getenv, this allows them to be updated during
the configuration file.
|
|
environment variables specified in login.conf.
Based on a diff from robert@. OK robert@ otto@
|
|
a key binding (L) to move a client back to its last session.
|
|
selection on the right edge but on the left it is.
|
|
const as well.
|
|
than per-client history.
|
|
behave as if the whole code were wrapped in .Bk/.Ek,
i.e. keeping input lines together on output lines.
This is compatible with new groff behaviour and deviates
from historical groff.
Tweaked version of a patch sent by kristaps@ on July 16, 2010.
ok kristaps@ jmc@ sobrado@ millert@
|
|
|
|
just execute su in login emulation mode. from MERIGHI Marcus.
ok millert@, otto@, jmc@
|
|
loop. fixes "login foo" and "su -L foo". ok millert@, otto@
|
|
|
|
entry now that we have the -s option. OK jmc@
|
|
help/ok chl@ nicm@
|
|
For now, use the simplest conceivable approach, like groff does:
Just a fixed, ugly input stack limit.
Kristaps@ agrees.
|
|
input line together on one single output line.
ok jmc@ and millert@, who also noticed the ugly break.
|
|
`Brq') to have zero arguments without warning. This makes sense because
the multi-line quote macros (`Oo/Oc' etc.) allow zero children anyway.
Furthermore, the documentation doesn't state that they're required to
have children.
Reported by Alex Kozlov, patch from kristaps@.
|
|
Kristaps@ agrees with the idea, even though he didn't review the final patch.
|
|
|
|
ok millert@
|
|
|
|
to run a different shell than what the password database contains.
Based on a diff from robert@. OK robert@ deraadt@
|
|
scp.c: add -3 to usage()
|
|
transferred through the local host. Without this option the data
is copied directly between the two remote hosts. ok djm@ (bugzilla #1837)
|
|
default value of main-pane-width to 80, rather than 81. By Micah Cowan.
|
|
by jmc@ a while back
CVS ----------------------------------------------------------------------
|
|
No more functional changes, just sync ordering, comments and white space.
|
|
Kristaps says it is broken and cannot work,
because HTML needs a block structure which .ft does not provide.
Thus, let us just ignore .ft in HTML output.
|
|
and do not bother checking the return values of calls
that always return 1.
From kristaps@.
|
|
ok tobias@ xsa@ nicm@
|
|
window. From Thomas Adam.
|
|
ok tobias@ nicm@
|
|
ok tobias@ nicm@
|
|
From kristaps@.
|
|
Kristaps@ came up with this improvement when he merged
my patch introducing support for nested displays.
|
|
|
|
available through the "ln" command in the client. The old "ln"
behaviour of creating a symlink is available using its "-s" option
or through the preexisting "symlink" command; based on a patch from
miklos AT szeredi.hu in bz#1555; ok markus@
|
|
bz#1829; patch from ldv AT altlinux.org; ok markus@
|
|
(this code is still disabled, but apprently people are treating it as
a reference implementation)
|
|
ok stsp@
|
|
we can for example skip rendering on FATAL parsing errors,
and globally (exit_status), such that we know what to return.
Without this, following files produced no rendered output
once a single file suffered from a FATAL error.
Bug reported by kristaps@, fix by me.
|
|
Without this, we died on an assertion.
Problem noted and patch provided by kristaps@.
|