I found a strange bug in R recently (version 3.1.2): As you can see from the screenshots attached, when the cursor passes the right edge of the console, instead of start on a new line, it goes back to the beginning of the same line, and overwrites everything after it. This happens every time the size of the terminal is changed, for example, if you fit the terminal to the right half of the screen, start an R session, exec some commands, maximize the terminal, and type a long command into the session, then you will find the bug reproduced. I am on Ubuntu 14.04, and I have tested this in konsole, guake and gnome-terminal. -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot1.png Type: image/png Size: 1252 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20141110/81c0c08d/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot2.png Type: image/png Size: 1483 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20141110/81c0c08d/attachment-0001.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot3.png Type: image/png Size: 1637 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20141110/81c0c08d/attachment-0002.png>
On Mon, Nov 10, 2014 at 10:52 AM, Kaiyin Zhong (Victor Chung) <kindlychung at gmail.com> wrote:> I found a strange bug in R recently (version 3.1.2): > > As you can see from the screenshots attached, when the cursor passes the > right edge of the console, instead of start on a new line, it goes back to > the beginning of the same line, and overwrites everything after it. > > This happens every time the size of the terminal is changed, for example, > if you fit the terminal to the right half of the screen, start an R > session, exec some commands, maximize the terminal, and type a long command > into the session, then you will find the bug reproduced. > > I am on Ubuntu 14.04, and I have tested this in konsole, guake and > gnome-terminal.I can reproduce this, also on Ubuntu 14.04, with gnome-terminal and xterm. If you don't get any response here, please file a bug report at bugs.r-project.org. Scott -- Scott Kostyshak Economics PhD Candidate Princeton University
Seemingly Similar Threads
- trying to get a game called EUO to run
- rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
- parSapply can't find function
- snow: cluster initialization
- Is there an easier way to iterate over multiple data frames in R?