chiark
/
gitweb
/
~mdw
/
sw-tools
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
`wbkdset' doesn't work so well. Use `wbkgd' instead.
[sw-tools]
/
src
/
pres_curses.c
diff --git
a/src/pres_curses.c
b/src/pres_curses.c
index 44770c67b3be4abd2e1de281039a1db8786df129..81f21e5a7c8b8dff365d18a229b27cb513b00e7b 100644
(file)
--- a/
src/pres_curses.c
+++ b/
src/pres_curses.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: pres_curses.c,v 1.
3 1999/07/16 12:49:5
8 mdw Exp $
+ * $Id: pres_curses.c,v 1.
4 1999/07/16 16:52:2
8 mdw Exp $
*
* Curses-based output presentation
*
*
* Curses-based output presentation
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: pres_curses.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: pres_curses.c,v $
+ * Revision 1.4 1999/07/16 16:52:28 mdw
+ * `wbkdset' doesn't work so well. Use `wbkgd' instead.
+ *
* Revision 1.3 1999/07/16 12:49:58 mdw
* Improve exit status display. New interface from `doto' project.
*
* Revision 1.3 1999/07/16 12:49:58 mdw
* Improve exit status display. New interface from `doto' project.
*
@@
-231,8
+234,7
@@
int curses_init(archcons *a)
scrollok(c->w, TRUE);
leaveok(c->w, TRUE);
leaveok(c->s, TRUE);
scrollok(c->w, TRUE);
leaveok(c->w, TRUE);
leaveok(c->s, TRUE);
- wbkgdset(c->s, A_STANDOUT);
- werase(c->s);
+ wbkgd(c->s, A_STANDOUT);
mvwprintw(c->s, 0, 0, " %s [running]\n", c->e->arch);
wnoutrefresh(c->w);
wnoutrefresh(c->s);
mvwprintw(c->s, 0, 0, " %s [running]\n", c->e->arch);
wnoutrefresh(c->w);
wnoutrefresh(c->s);