Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Check getch() against ERR
master
sin
hace 11 años
padre
c6614067e4
commit
ce599b8e6b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
noice.c
+ 1
- 1
noice.c
Ver fichero
@@ -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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar