CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/04 17:39:37
Modified files:
usr.bin/mg : buffer.c def.h dired.c echo.c file.c grep.c
help.c theo.c undo.c window.c
Log message:
Add the notion of an "ephemeral" popup, so we can flag a window
for destruction at a later date. (in the process, add a window flag field)
This fixes an issue noted by maja: namely, the *completion*
window that pops up when you try to complete a filename on
buffer load would destroy any second window that you happened
to have open.
ok maja@