zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: endwin in curses cleanup
@ 2007-10-15 16:52 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-10-15 16:52 UTC (permalink / raw)
  To: zsh-workers

I'm guessing that this is the proper thing to do.

Index: Src/Modules/curses.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/curses.c,v
retrieving revision 1.7
diff -u -r1.7 curses.c
--- Src/Modules/curses.c	15 Oct 2007 16:49:51 -0000	1.7
+++ Src/Modules/curses.c	15 Oct 2007 16:52:13 -0000
@@ -380,6 +380,7 @@
 int
 cleanup_(Module m)
 {
+    endwin();
     freelinklist(zcurses_windows, (FreeFunc) zcurses_free_window);
     return setfeatureenables(m, &module_features, NULL);
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-15 16:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-15 16:52 PATCH: endwin in curses cleanup Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).