We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
c378398
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
alternately could do
case keyEnter, keyNewline:
that would end up handling \r\n twice though. Given limited scope of Cisgo, I feel this is better, but could easily see it go either way.
\r\n
Sorry, something went wrong.
c378398
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alternately could do
that would end up handling
\r\n
twice though. Given limited scope of Cisgo, I feel this is better, but could easily see it go either way.