diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libncurses/lib_slk.c | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses/lib_slk.c')
| -rw-r--r-- | lib/libncurses/lib_slk.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libncurses/lib_slk.c b/lib/libncurses/lib_slk.c index 850556f171dd..5d59c69155ec 100644 --- a/lib/libncurses/lib_slk.c +++ b/lib/libncurses/lib_slk.c @@ -68,7 +68,7 @@ slk_noutrefresh(void) SLK *slk = SP->_slk; T(("slk_noutrefresh()")); - + if (slk == NULL) return ERR; if (slk->hidden) @@ -87,7 +87,7 @@ slk_refresh(void) SLK *slk = SP->_slk; T(("slk_refresh()")); - + if (slk == NULL) return ERR; if (slk->hidden) @@ -106,7 +106,7 @@ slk_restore(void) SLK *slk = SP->_slk; T(("slk_restore()")); - + if (slk == NULL) return ERR; slk->hidden = FALSE; @@ -159,7 +159,7 @@ slk_touch(void) { SLK *slk = SP->_slk; T(("slk_touch()")); - + if (slk == NULL) return ERR; slk->dirty = TRUE; @@ -176,7 +176,7 @@ slk_clear(void) SLK *slk = SP->_slk; T(("slk_clear()")); - + if (slk == NULL) return ERR; slk->hidden = TRUE; |
