Pārlūkot izejas kodu

Use wgetnstr() instead of getnstr() because IRIX lacks the latter

master
sin pirms 9 gadiem
vecāks
revīzija
9b47bfd9aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Parādīt failu

@@ -332,7 +332,7 @@ readln(void)
echo();
curs_set(TRUE);
memset(ln, 0, sizeof(ln));
getnstr(ln, sizeof(ln) - 1);
wgetnstr(stdscr, ln, sizeof(ln) - 1);
noecho();
curs_set(FALSE);
return strlen(ln) ? strdup(ln) : NULL;


Notiek ielāde…
Atcelt
Saglabāt