fangxlmr
fangxlmr
@lxyAnnie This issue is asigned to you as RSoC micro-task, so you could work on this from now on. Feel free to ask questions and send Pull Requests. In case...
@lxyAnnie After commiting and pushing to [your forked Rizin repo](https://github.com/lxyAnnie/rizin), a seperate Pull-Request to [this repo](https://github.com/rizinorg/rizin) is needed for some one else to review. Your commits will be merged to...
> xref: https://stackoverflow.com/questions/65436528/ @clarkwang Thanks. Indeed, the question on Stackoverflow is posted by me as well.
@douniwan5788 Yes! That does work! Thanks! One more question: Since I wanna keep the 'newline' symbol as whatever it is, how to avoid `\r\n` translation? This might happen when `cat`...
```shell spawn "telnet xxx" fconfigure $spawn_id -translation crlf ``` `focnfigure` command seems solve the translation issue.