mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
f807b91600
* slang/slutty.c (SLsys_getkey): handle EOF on stdin (return SLANG_GETKEY_ERROR on EOF instead of returning garbage) * slang/Makefile.in (clean): remove the symbolic link slang.h on the distclean target and not on the clean target. Tue Apr 13 07:14:10 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * src/slint.c (getch): Quit MC when SLang_getkey returns an error. Looking at the code that's only the case when we read EOF from stdin. This fixes the problem where MC consumes a lot of cpu time while reading EOF from stdin in a tight loop. This situation arises when the terminal line/connection drops without MC being sent SIGHUP. Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de> * configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e. --with-PACKAGE and --without-PACKAGE gave the same results.
19 lines
519 B
Plaintext
19 lines
519 B
Plaintext
Tue Apr 13 07:07:36 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* slutty.c (SLsys_getkey): handle EOF on stdin (return
|
|
SLANG_GETKEY_ERROR on EOF instead of returning garbage)
|
|
|
|
* Makefile.in (clean): remove the symbolic link slang.h on the
|
|
distclean target and not on the clean target.
|
|
|
|
Sun Feb 14 01:05:42 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
|
|
|
|
* sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
|
|
sprintf
|
|
|
|
* slsmg.c (SLsmg_printf): ditto
|
|
|
|
* sltermin.c (SLtt_tigetent): ditto
|
|
|
|
|