| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|
|
|
|
| |
Fix unctrl()
Merging from 4.1 used for this fixes.
|
| |
|
| |
|
|
|
|
| |
No new user-visible functions added
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without it, the last row and last column don't get their background updated.
I think this should be in 2.2.
Submitted by: Paul Koch <koch@thehub.com.au> (again)
Passing observation: The fixes that pst put in on 1996/09/22 then backed out
look like they should be put in again. If sysinstall is depending on bugs,
then it should be fixed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
as a PR to GNATs but it evidently went astray somehow since I can't find
it in the database now, nor does an assigned PR# appear on the mail I got.
Sorry about that, Danny!
Submitted-By: Danny R. Johnston <danny@simn.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
|
|
|
|
|
| |
Mine was just a "let's move on" kinda fix, Peter's does it right. :)
Submitted-by: peter
|
| |
|
|
|
|
|
|
|
| |
I was perplexed when an example I'd written to show the values for these
variables changing as an xterm window was resized didn't work, and looking
into it I see that size tracking for LINES and COLS seems to be one SVR4
enhancement which didn't come across with libncurses.
|
|
|
|
|
| |
`a' (I'm using this code as a test for something else, and just happened
to add this in the process :).
|