WindTerm icon indicating copy to clipboard operation
WindTerm copied to clipboard

new requirement: support send \r\n after pressing enter key

Open cs05807 opened this issue 1 year ago • 2 comments

new requirement: After press enter key on windows os, windterm can send \r\n, default it is \r. This can be defined per session.

cs05807 avatar Jul 08 '22 02:07 cs05807

Thank you, but I don't quite understand this requirement, why do you need to send \r\n? Usually the server can only recognize \r.

kingToolbox avatar Jul 11 '22 20:07 kingToolbox

Hi, @kingToolbox

I would also like to add this new feature.

In embedded platforms, especially MCU bare-metal platforms, the use of end-of-line is not standardized. My current device only recognizes \r\n as end-of-line.

When using miniterm, I can specify it by adding the --eol option. image

It would be nice if windterm could support this feature.

mikisama avatar Jul 14 '22 01:07 mikisama