gambas-source-code/app/src
gambas f05e6bc0ca Fix the TerminalView control again, and the way processes are run in pseudo-terminals.
[DEVELOPMENT ENVIRONMENT]
* BUG: Terminal: Replace "\n" by "\r\n" when sending text to the output terminal.

[INTERPRETER]
* NEW: When a process is run with a pseudo-terminal, don't set the ECHO flag, and clear the ONLCR flag.
  That way, the data printed on the standard output is the same as when the process is not run in a pseudo-terminal.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Output filter now works correctly when it receives incomplete data.
* OPT: TerminalViews: Resize the terminal less often when the terminal view is resized.
* NEW: TerminalView: When a process is run inside the terminal, set the ECHO and ONLCR flags automatically.
2017-08-22 13:20:26 +02:00
..
gambas-farm-server Add more generated files to .gitignore, remove them from the repository 2017-08-15 08:03:17 +02:00
gambas-wiki Add more generated files to .gitignore, remove them from the repository 2017-08-15 08:03:17 +02:00
gambas3 Fix the TerminalView control again, and the way processes are run in pseudo-terminals. 2017-08-22 13:20:26 +02:00
gb.wiki Add more generated files to .gitignore, remove them from the repository 2017-08-15 08:03:17 +02:00
gbs3
INSTALL