-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear_line not working with R console in tmux #154
Comments
I can't replicate the issue. |
I also have this in my
This in my
And this in
|
yes, I agree. The issue might not be related to tmux, but I do see instances where there clear_line isn't working, but I'm not able to reliably reproduce it. I will report back if I can a repro. Thanks! |
I think I found a way to reproduce it, it's related to the
The |
I can replicate the issue following your four steps. To be sure that I would be in "pure" emacs mode, I removed the vi mode from all configuration files ( Of course, (n)vi(m) users inadvertently type the |
Having the R console in a separate tmux pane works better for my workflow, and I saw the recent tmux issue (#152). My R session works with tmux, but the
clear_line
option doesn't work. When I run a line in R, it appends to the text in the R console.This is my R config:
local opts = { clear_line = true, external_term = "tmux split-window -hf " }
The text was updated successfully, but these errors were encountered: