randy3k / radian

A 21 century R console
MIT License
2k stars 76 forks source link

Can't remove new line #354

Closed llucasls closed 2 years ago

llucasls commented 2 years ago

I've tried setting the radian.insert_new_line option to FALSE. However, it doesn't work with the shell prompt, only the R prompt. And I can't find an option specific to the shell prompt in the documentation. radian-issue I would like to remove all those new lines. Is there any way to do so?

randy3k commented 2 years ago

It is caused by a bug that the input is processed even when there is no input in the shell model. It should be an easy fix.

llucasls commented 2 years ago

I see. Thanks, man. =)