randy3k / radian

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

Radian hides last lines in terminal window #401

Open ducvi opened 1 year ago

ducvi commented 1 year ago

Hello,

My radian terminal doesn't show the last lines that it printed. Instead it automatically scrolls down showing only blank spaces and the active command. This is annoying, has I would like to see what my last command results is before it scroll down. I have to manually scroll up everytime. I'm not sure if the problem comes from VSCode or radian, but the default R interactive terminal doesn't have this behaviour. See attached screenshots below.

Default behaviour r_terminal_default What I would like R_terminal_wanted

Is there an option that can quickly change this ?

Best regards,

Victor

randy3k commented 1 year ago

There is a some minimum height requirement for showing auto complete pop up window. You could either make your window taller or disable the auto complete feature.