mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
The traceon and traceoff directives aren't in this version ncurses.
Guess nobody's built these tests for quite awhile!
This commit is contained in:
parent
55e214c197
commit
fdd92ff346
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15375
@ -27,7 +27,7 @@ main()
|
||||
* Set up the screen... *
|
||||
****************************************************************/
|
||||
initscr();
|
||||
traceon();
|
||||
/* traceon(); */
|
||||
noecho();
|
||||
nonl();
|
||||
cbreak();
|
||||
|
@ -311,7 +311,7 @@ WINDOW *win;
|
||||
char Buffer [80];
|
||||
chtype ch;
|
||||
|
||||
traceon();
|
||||
/* traceon(); */
|
||||
nl ();
|
||||
wclear (win);
|
||||
mvwaddstr(win, 1, 1, "You should now have a screen in the upper left corner, and this text should have wrapped");
|
||||
@ -374,7 +374,7 @@ WINDOW *win;
|
||||
wmove(win, 8, 1);
|
||||
wdeleteln(win);
|
||||
Continue(win);
|
||||
traceoff();
|
||||
/* traceoff(); */
|
||||
|
||||
wmove (win, 5, 9);
|
||||
ch = winch (win);
|
||||
|
Loading…
Reference in New Issue
Block a user