hush (a Bourne-style shell) for the GNO multitasking environment on the Apple IIgs
Go to file
Stephen Heumann 8bc7d9fb31 Fix lineedit to process down arrow key properly.
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.)
2014-12-14 17:25:04 -06:00
coreutils Make test report EXEC files (shell scripts) as executable. 2014-12-04 13:41:21 -06:00
include Enable "fancy echo," including echo -n and -e options. 2014-12-10 18:56:14 -06:00
libbb Fix lineedit to process down arrow key properly. 2014-12-14 17:25:04 -06:00
notes
shell Address problem where commands to be run in subshells were getting mangled by command-line parsing. 2014-12-09 19:52:58 -06:00
.gitignore
.indent.pro First revision of the Busybox Style Guide and an accompanying .indent.pro 2000-07-24 22:36:06 +00:00
build.gcc
build.gs
LICENSE LICENSE: update address of the FSF 2009-05-06 05:28:53 -04:00
Makefile Implement "close-on-exec" functionality for GNO. 2014-12-03 21:04:46 -06:00
Makefile.gmake
texttogs Set things up so hush can be build with debug code turned on. 2014-11-06 11:42:17 -06:00