gambas-source-code/app
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
..
desktop [CONFIGURATION] 2016-08-17 23:52:12 +00:00
examples Add more generated files to .gitignore, remove them from the repository 2017-08-15 08:03:17 +02:00
mime [CONFIGURATION] 2015-09-24 23:52:22 +00:00
other/MakeWebSite Website update. 2017-08-17 15:43:12 +02:00
src Fix the TerminalView control again, and the way processes are run in pseudo-terminals. 2017-08-22 13:20:26 +02:00
template Add more generated files to .gitignore, remove them from the repository 2017-08-15 08:03:17 +02:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac [CONFIGURATION] 2014-04-05 21:22:43 +00:00
COPYING
INSTALL
Makefile.am [CONFIGURATION] 2016-08-18 18:56:20 +00:00
NEWS
README
reconf
TODO