File:  [Research Unix] / researchv10no / ncurses / screen / README.delwin
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

Symtoms:

Programs that use curses can grow when windows are added (addwin) but
not free up all the space when the windows are deleted (delwin).

Cause:

Looking at the code, addwin() allocates some space. If the allocation
fails, it frees up some data structures. The delwin() function does
something similar but does not do a complete job. The additional lines
have been added.

Installation:

This file should be installed in /usr/src/lib/libcurses/screen/delwin.c .
After that, the curses library needs to be remade, then all affected
application programs need to be recompiled.

sum -r:

	42129     1 delwin.c


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.