Ver código fonte

* Fixed a C99ism.

tags/v0.99.beta14
Sam Hocevar sam 21 anos atrás
pai
commit
ea11064df1
1 arquivos alterados com 4 adições e 2 exclusões
  1. +4
    -2
      src/caca.c

+ 4
- 2
src/caca.c Ver arquivo

@@ -68,6 +68,10 @@ char *_caca_screen;

int caca_init(void)
{
#if defined(USE_NCURSES)
mmask_t newmask;
#endif

caca_init_terminal();

#if defined(USE_SLANG)
@@ -102,8 +106,6 @@ int caca_init(void)
SLtt_Term_Cannot_Scroll = 1;

#elif defined(USE_NCURSES)
mmask_t newmask;

initscr();
keypad(stdscr, TRUE);
nonl();


Carregando…
Cancelar
Salvar