Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Check getch() against ERR
master
sin
11 anni fa
parent
c6614067e4
commit
ce599b8e6b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
noice.c
+ 1
- 1
noice.c
Vedi File
@@ -359,7 +359,7 @@ readln(void)
getyx(stdscr, y, x);
x0 = x;
while (c = getch()) {
while (
(
c = getch()
) != ERR
) {
if (c == KEY_ENTER || c == '\r')
break;
if (c == KEY_BACKSPACE) {
Write
Preview
Loading…
Annulla
Salva