* main.c (init_xterm_support): Revert last change, it doesn't

free all S-Lang memory anyways, but creates portability issues.
This commit is contained in:
Pavel Roskin 2002-12-24 20:22:29 +00:00
parent c3fd15e72a
commit f3ec13cea2
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-12-24 Pavel Roskin <proski@gnu.org>
* main.c (init_xterm_support): Revert last change, it doesn't
free all S-Lang memory anyways, but creates portability issues.
* dlg.h: Add new event DLG_VALIDATE.
* dlg.c (frontend_run_dlg): Send DLG_VALIDATE.
(select_a_widget): Don't send DLG_ONE_DOWN, nobody uses it.

View File

@ -1564,7 +1564,6 @@ init_xterm_support (void)
#ifdef HAVE_SLANG
term_entry = SLtt_tigetent (termvalue);
xmouse_seq = SLtt_tigetstr ("Km", &term_entry);
SLfree (term_entry);
#else
xmouse_seq = tigetstr ("kmous");
#endif