Use the raw buffer in tr command structure for editing.
This fixes some minor bugs. Unknown words are no longer truncated nor uppercased on echo.
This commit is contained in:
parent
854e21a1af
commit
a768555312
13 changed files with 40 additions and 26 deletions
|
@ -251,7 +251,7 @@ Nothing happens.
|
|||
|
||||
> find bar
|
||||
|
||||
Sorry, I don't know the word "BAR".
|
||||
Sorry, I don't know the word "bar".
|
||||
|
||||
> carry
|
||||
|
||||
|
@ -388,7 +388,7 @@ you come to it. To get the full description, say "look".
|
|||
|
||||
> frob grate
|
||||
|
||||
Sorry, I don't know the word "FROB".
|
||||
Sorry, I don't know the word "frob".
|
||||
|
||||
> read grate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue