Up | TOC | Index | |||||
<< 8 API Reference | < 9.33 Version 2.2 Alpha Linux August 24, 1999 | Up: 9 Release Notes | 9.35 Version 2.2 Pre Alpha #3 Linux July 8, 1999 > | 10 Index >> |
9.34 Version 2.2 Pre Alpha #4 Linux July 15, 1999
- You can call C routines in Linux shared libraries (.so files). See euphoria/demo/linux/callc.exu for some examples.
- If your program does not output anything to the xterm window, exu will not issue the "Press Enter" prompt.
- All platforms: ed now lets you recall previous top-line command text using up-arrow and down-arrow, similar to doskey in DOS and the shell history in Linux. This works with any strings that you type for Esc n (new file), Esc d (Linux command), Esc f (find string) or Esc r (replace string). In addition, you can now use arrow keys, Home, End, Delete etc. to edit strings before you press Enter.