libcaca/libcaca-ncurses6.patch
Илья Индиго 3244c558e5 Accepting request 980827 from home:dirkmueller:Factory
- update to 0.99.beta20:
  * IPv6 support in cacaserver
  * fixed a bug from 2004 that caused PDF documentation generation to fail
  * memory allocation functions are now more robust
  * numerous fixes for memory leaks and invalid memory accesses 
- drop bsc1184751-add-space-for-NUL-byte.patch,
  Bug1120502-add_cast_to_prevent_overflow.patch,
  Bug1143286_libcaca_configure_ac_chg_for_lto.patch,
  libcaca-bsc1182731-prevent-overflow.patch,
  libcaca-variable-type.patch: obsolete

OBS-URL: https://build.opensuse.org/request/show/980827
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=64
2022-06-05 01:04:35 +00:00

17 lines
520 B
Diff

Index: libcaca-0.99.beta20/caca/driver/ncurses.c
===================================================================
--- libcaca-0.99.beta20.orig/caca/driver/ncurses.c
+++ libcaca-0.99.beta20/caca/driver/ncurses.c
@@ -268,11 +268,7 @@ static int ncurses_init_graphics(caca_di
mouseinterval(-1); /* No click emulation */
/* Set the escape delay to a ridiculously low value */
-#if defined set_escdelay
set_escdelay(10);
-#else
- ESCDELAY = 10;
-#endif
/* Activate colour */
start_color();