Hirohito Higashi wrote: > Hi All, > > 2017-10-15(Sun) 18:01:03 UTC+9 Brian Pina: > > Hey Bram, > > > > > Patch 8.0.1194 > > > Problem: Actual fg and bg colors of terminal are unknown. > > > Solution: Add t_RF. Store response to t_RB and t_RF, use for terminal. > > > Files: src/term.c, src/term.h, src/proto/term.pro, src/terminal.c, > > > src/vim.h, src/eval.c, runtime/doc/eval.txt > > > > > > I think this is having issues when running vim inside of tmux. I am > > receiving a segfault when running vim through a tmux session. vim -u NONE > > works okay, but the segfault occurs without any local plugins. > > > > (gdb) bt > > #0 0x000000000059865f in may_req_bg_color () > > #1 0x00000000005d8559 in vim_main2 () > > #2 0x000000000042b429 in main () > > > > compiled vim at 65e4c4f68 > > compiled tmux at fb02df66c > > > > The problem does not appear when compiling v8.0.1193 and local plugins are > > able to load fine in tmux sessions. > > Attached patch fix this problem.
Thanks! -- What the word 'politics' means: 'Poli' in Latin meaning 'many' and 'tics' meaning 'bloodsucking creatures'. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
