Initial commit with heading and form navigation keys added.

This commit is contained in:
Storm Dragon
2025-08-15 02:17:12 -04:00
parent ee66aabc39
commit d20be554e3
13 changed files with 508 additions and 51 deletions

View File

@@ -2360,7 +2360,7 @@ do_getch()
if (is_xterm || !gpm_handler)
return getch();
else
return Gpm_Getch();
return Gpm_Wgetch();
}
#endif /* USE_GPM */