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
Currently, if a user enters a multi line string, that is a string containing "\n" line break, the output is type on a single line. In wsdaemon.py, the "execute_expansion" function needs to be modified to check for line breaks and react accordingly (if char is "" and next char is "n", send "Enter" key press.)
The text was updated successfully, but these errors were encountered:
Currently, if a user enters a multi line string, that is a string containing "\n" line break, the output is type on a single line. In wsdaemon.py, the "execute_expansion" function needs to be modified to check for line breaks and react accordingly (if char is "" and next char is "n", send "Enter" key press.)
The text was updated successfully, but these errors were encountered: