mirror of
https://github.com/sheumann/hush.git
synced 2024-11-17 10:07:19 +00:00
hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
8bc7d9fb31
This was broken by the change to using CRMOD mode, which actually does mapping on input as well as output. The fix is to set the terminal to "vt100 arrow" mode, which is an undocumented option that translates arrows to vt100-style escape sequences (also used by gsh). (Note that the earlier patch actually makes us use CRMOD mode most of the time, not non-CRMOD mode as the summary erroneously says.) |
||
---|---|---|
coreutils | ||
include | ||
libbb | ||
notes | ||
shell | ||
.gitignore | ||
.indent.pro | ||
build.gcc | ||
build.gs | ||
LICENSE | ||
Makefile | ||
Makefile.gmake | ||
texttogs |