Commit f0faafd112068d9e4580df20ddcfa4e655317ad0

Authored by perry.werneck@gmail.com
1 parent 775690db

Navegação pelas telas no Android começa a funcionar

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
html.c
... ... @@ -317,7 +317,9 @@
317 317 append_string(&info,"\" value=\"");
318 318 append_string(&info,ptr);
319 319 append_string(&info,"\"");
320   - info.mode = HTML_MODE_INPUT_BUTTON;
  320 + info.mode = HTML_MODE_INPUT_BUTTON;
  321 + info.input = info.text+strlen(info.text);
  322 +
321 323 }
322 324 }
323 325 lib3270_free(text);
... ...