Jump to conversation
Unresolved conversations (3)
@msva msva Jul 16, 2017
Why did you dislike `tmux_pretending_screen`?
src/nvim/tui/tui.c
DarkDefender
@msva msva Jul 16, 2017
well, it is no that reliable as it can be thought. It is some cases where users pass `TMUX` variable to shells to avoid some bugs. By the way, there is also `TMUX_PANE` variable, which have lesser chance to be used for such hacks, but it is anyway very bad way to detect because of the said reason 😼
src/nvim/tui/tui.c
justinmk DarkDefender
@justinmk justinmk Jul 15, 2017
we set this on line 1442 and then set it again on 1449. Would be clearer if the condition on 1447 guards lines 1441-2 with if/else.
Outdated
src/nvim/tui/tui.c
justinmk DarkDefender
Resolved conversations (0)