f45192abb2
[INTERPRETER] * NEW: Initialize pseudo-terminals with ECHO and don't clear OCRNL flag. This is not compatible with previous versions, as now, by default, printing a NL will become CR+NL through the pseudo-terminal. But I didn't succeed in modifying the pseudo-terminal reliably once the child has started. It sometimes fails silently. * NEW: Check the result of tcsetattr() carefully, as it returns an error only if none of the flags has been set, not just one. [GB.TERM] * NEW: Check the result of tcsetattr() carefully, as it returns an error only if none of the flags has been set, not just one. [GB.FORM.TERMINAL] * OPT: TerminalView: Reorder some tests in escape codes analyze. * NEW: TerminalView: The mouse wheel now sends up and down keys when we are not in mouse mode, and if there is nothing to scroll. |
||
---|---|---|
.. | ||
cterm.c | ||
cterm.h | ||
gb.term.component | ||
main.c | ||
main.h | ||
Makefile.am |