| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
this is not strictly compliant with XSI curses, it enables us to pass
const strings to many more functions that are actually const safe than
before. This should be harmless.
Requested by: lots of folks
|
|
|
|
|
|
| |
reference to termcap.3 will not be pointing to nowhere.
MFC after: 1 week
|
| |
|
|
|
|
| |
the effect.
|
| |
|
| |
|
|
|
|
|
| |
and use_default_colors.3 to default_colors.3 instead of dft_fgbg.3.
The former seems to be newer and/or better maintained.
|
|
|
|
| |
library builds.
|
| |
|
|
|
|
|
| |
causing pre-processed manual pages, like terminfo(5), to point to
the temporary build tree.
|
| |
|
| |
|
|
|
|
| |
something remotely useful.
|
| |
|
|
|
|
|
|
| |
corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add
specific HTML doc magic) in the .mk files later; right now, just
unbreak the world.
|
|
|
|
|
|
|
|
|
| |
I smite thee, vile buildworld breakage!
The story is that these were added to beforeinstall improperly. In our
beforeinstall, a full mtree has not been populated. Since the tree is
not populated, we explode from missing directories on doc install. It
should not be done in beforeinstall (includes) anyway.
|
| |
|
|
|
|
| |
and make_hash depend on it.
|
| |
|
| |
|
|
|
|
| |
Noticed by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
|
|
|
|
|
|
|
| |
{vladivostok:/usr/home/ken:1:0} echo |more
"TERMCAP", line 0, col 60, terminal 'screen': unknown capability 'G0'
"TERMCAP", line 0, col 806, terminal 'screen': unknown capability 'AX'
Submitted by: Kenneth D. Merry <ken@kdm.org>
|
|
|
|
| |
Tested by: Dirk-Willem van Gulik <dirkx@va-179.skylink.it>
|
|
|
|
|
|
|
| |
make -jN fail. This fixes the present problem only, not the larger one
of when those internal tools are built and the cross-compiling etc.
Submitted by: luoqi
|
|
|
|
| |
reason ${DESTDIR} isn't added to the symlink source.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface. Mostly
this only causes problems with src/games.
The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.
Beware, there be dragons here! (The build will be broken for a short
while)
|
|
|
|
|
|
|
| |
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
|
|
|
|
|
| |
PR: docs/11489
Submitted by: Andrew <andrew@ugh.net.au>
|
|
|
|
|
|
|
|
|
|
| |
o use braces to avoid potentially ambiguous else
o don't default to type int (and also remove a useless register
modifier).
o Use parens around assignment values used as truth values.
o Remove unused function.
Reviewed by: obrien and chuckr
|
|
|
|
|
| |
PR: 8110
Submitted by: Stephen J. Roznowski <sjr@home.net>
|
| |
|
|
|
|
| |
from libmytinfo
|
|
|
|
|
|
|
|
|
| |
dereferenced. This is because 'SP' is only initialized via 'newterm()'
(which is not required if you are going to interact with the 'terminfo'
database without using 'ncurses').
PR: 6648
Submitted by: Max Euston <meuston@jmrodgers.com>
|
| |
|
|
|
|
|
| |
that it can be put in SRCS for dependency generation to work
properly. Don't use beforedepend, as usual.
|
|
|
|
| |
don't like me doing this, but I want to see clean compiles. 8-)
|
| |
|
|
|
|
|
|
| |
2) Fix winsdel called in last line of the window (nothing happens in
old variant)
3) Add range checks to wscrl() and internal soft scroll function
|
|
|
|
|
|
| |
display.
Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
|
|
|
|
|
|
|
|
|
| |
at the first position on either of the last two lines of the
screen. Ie. append contents of current line to the previous
line and scroll the next line's contents up.
PR: 5392
Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
|
|
|
|
| |
Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
from ncurses 4.1
|
|
|
|
|
| |
with recent applications.
Bump minor number.
|