| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: docs/11489
Submitted by: Andrew <andrew@ugh.net.au>
Notes:
svn path=/head/; revision=46461
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=46079
|
|
|
|
|
|
|
|
| |
PR: 8110
Submitted by: Stephen J. Roznowski <sjr@home.net>
Notes:
svn path=/head/; revision=41636
|
|
|
|
| |
Notes:
svn path=/head/; revision=39063
|
|
|
|
|
|
|
| |
from libmytinfo
Notes:
svn path=/head/; revision=37057
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=36083
|
|
|
|
| |
Notes:
svn path=/head/; revision=35217
|
|
|
|
|
|
|
|
| |
that it can be put in SRCS for dependency generation to work
properly. Don't use beforedepend, as usual.
Notes:
svn path=/head/; revision=34710
|
|
|
|
|
|
|
| |
don't like me doing this, but I want to see clean compiles. 8-)
Notes:
svn path=/head/; revision=33661
|
|
|
|
| |
Notes:
svn path=/head/; revision=32174
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=32172
|
|
|
|
|
|
|
|
|
| |
display.
Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
Notes:
svn path=/head/; revision=32171
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=32073
|
|
|
|
|
|
|
| |
Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
Notes:
svn path=/head/; revision=30800
|
|
|
|
| |
Notes:
svn path=/head/; revision=30605
|
|
|
|
| |
Notes:
svn path=/head/; revision=29563
|
|
|
|
| |
Notes:
svn path=/head/; revision=29038
|
|
|
|
| |
Notes:
svn path=/head/; revision=28857
|
|
|
|
|
|
|
| |
from ncurses 4.1
Notes:
svn path=/head/; revision=28698
|
|
|
|
|
|
|
|
| |
with recent applications.
Bump minor number.
Notes:
svn path=/head/; revision=28665
|
|
|
|
|
|
|
|
| |
Fix unctrl()
Merging from 4.1 used for this fixes.
Notes:
svn path=/head/; revision=28183
|
|
|
|
| |
Notes:
svn path=/head/; revision=28132
|
|
|
|
| |
Notes:
svn path=/head/; revision=27774
|
|
|
|
|
|
|
| |
No new user-visible functions added
Notes:
svn path=/head/; revision=27773
|
|
|
|
| |
Notes:
svn path=/head/; revision=27764
|
|
|
|
| |
Notes:
svn path=/head/; revision=27721
|
|
|
|
| |
Notes:
svn path=/head/; revision=22993
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=20793
|
|
|
|
| |
Notes:
svn path=/head/; revision=18718
|
|
|
|
| |
Notes:
svn path=/head/; revision=18530
|
|
|
|
| |
Notes:
svn path=/head/; revision=18496
|
|
|
|
| |
Notes:
svn path=/head/; revision=18454
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=18071
|
|
|
|
| |
Notes:
svn path=/head/; revision=18050
|
|
|
|
| |
Notes:
svn path=/head/; revision=17935
|
|
|
|
| |
Notes:
svn path=/head/; revision=17932
|
|
|
|
|
|
|
|
| |
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
Notes:
svn path=/head/; revision=17830
|
|
|
|
|
|
|
|
| |
Mine was just a "let's move on" kinda fix, Peter's does it right. :)
Submitted-by: peter
Notes:
svn path=/head/; revision=17625
|
|
|
|
| |
Notes:
svn path=/head/; revision=17618
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=17616
|
|
|
|
|
|
|
|
| |
`a' (I'm using this code as a test for something else, and just happened
to add this in the process :).
Notes:
svn path=/head/; revision=17612
|
|
|
|
| |
Notes:
svn path=/head/; revision=15947
|
|
|
|
|
|
|
| |
Guess nobody's built these tests for quite awhile!
Notes:
svn path=/head/; revision=15375
|
|
|
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
Notes:
svn path=/head/; revision=14045
|
|
|
|
|
|
|
|
| |
old 1M, 3X and 3S section numbers) and make some minor formatting
changes to silence manck.
Notes:
svn path=/head/; revision=14039
|
|
|
|
|
|
|
|
|
|
| |
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
Notes:
svn path=/head/; revision=13987
|
|
|
|
| |
Notes:
svn path=/head/; revision=13983
|
|
|
|
| |
Notes:
svn path=/head/; revision=13982
|
|
|
|
| |
Notes:
svn path=/head/; revision=13754
|