Add a couple notes to README

This commit is contained in:
Stephen Heumann 2015-01-16 23:16:02 -06:00
parent 2eafa59ebc
commit f91211baec
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@ GNO-specific notes and known issues
with Unix shell scripts that expect these to be stdin, stdout, and stderr. with Unix shell scripts that expect these to be stdin, stdout, and stderr.
* Glob expansion doesn't work with patterns containing : directory separators. * Glob expansion doesn't work with patterns containing : directory separators.
Use / separators instead. Use / separators instead. Also, note that pattern matching is
case-sensitive even though the filesystem is not.
* Shell variable names are case-insensitive on GNO. This matches GNO's
handling of environment variables.
* In TMTerm, command-line editing operations can produce messed-up formatting. * In TMTerm, command-line editing operations can produce messed-up formatting.