| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=50624
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
|
|
| |
Notes:
svn path=/head/; revision=4898
|
|
|
|
| |
Notes:
svn path=/head/; revision=4023
|
|
|
|
| |
Notes:
svn path=/head/; revision=4021
|
|
|
|
|
|
|
| |
Shut up compiler warning
Notes:
svn path=/head/; revision=3508
|
|
|
|
|
|
|
| |
Small cleanup.
Notes:
svn path=/head/; revision=3479
|
|
Notes:
svn path=/cvs2svn/branches/zmbenhal/; revision=3410
|