* main.c (init_xterm_support): Revert last change, it doesn't
free all S-Lang memory anyways, but creates portability issues.
Этот коммит содержится в:
родитель
c3fd15e72a
Коммит
f3ec13cea2
@ -1,5 +1,8 @@
|
|||||||
2002-12-24 Pavel Roskin <proski@gnu.org>
|
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.h: Add new event DLG_VALIDATE.
|
||||||
* dlg.c (frontend_run_dlg): Send DLG_VALIDATE.
|
* dlg.c (frontend_run_dlg): Send DLG_VALIDATE.
|
||||||
(select_a_widget): Don't send DLG_ONE_DOWN, nobody uses it.
|
(select_a_widget): Don't send DLG_ONE_DOWN, nobody uses it.
|
||||||
|
@ -1564,7 +1564,6 @@ init_xterm_support (void)
|
|||||||
#ifdef HAVE_SLANG
|
#ifdef HAVE_SLANG
|
||||||
term_entry = SLtt_tigetent (termvalue);
|
term_entry = SLtt_tigetent (termvalue);
|
||||||
xmouse_seq = SLtt_tigetstr ("Km", &term_entry);
|
xmouse_seq = SLtt_tigetstr ("Km", &term_entry);
|
||||||
SLfree (term_entry);
|
|
||||||
#else
|
#else
|
||||||
xmouse_seq = tigetstr ("kmous");
|
xmouse_seq = tigetstr ("kmous");
|
||||||
#endif
|
#endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user