You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being executed in the standard Caché Terminal, w $IO gives string like |TRM|:|10432.
When doing the same in WebTerminal, it returns null device like //./nul:9708.
This is not critical at all, until the program being executed checks which device does it use. Some system routines perform this checks (like ^%GD, #76 related), and result with different behaviors regarding to the output. This is not good as WebTerminal must behave as close as possible to the standard Caché TERM.
This would become a great step forward if this issue get resolved.
Affects all WebTerminal versions.
Being executed in the standard Caché Terminal,
w $IO
gives string like|TRM|:|10432
.When doing the same in WebTerminal, it returns null device like
//./nul:9708
.This is not critical at all, until the program being executed checks which device does it use. Some system routines perform this checks (like ^%GD, #76 related), and result with different behaviors regarding to the output. This is not good as WebTerminal must behave as close as possible to the standard Caché TERM.
This would become a great step forward if this issue get resolved.
Related question on DC.
The text was updated successfully, but these errors were encountered: