mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* 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:
parent
c3fd15e72a
commit
f3ec13cea2
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user