I'm running Xubuntu 12.04, and when I use the Terminal I get colored filenames from ls. But inside tmux, everything ls prints is white. I know my tmux supports color, though, because I get color syntax highlighting when I run vim.
I'm running Xubuntu 12.04, and when I use the Terminal I get colored filenames from ls. But inside tmux, everything ls prints is white. I know my tmux supports color, though, because I get color syntax highlighting when I run vim.
The title says it all. I use ESC-q a lot (stashing the current line while I execute another command), and it works fine with Gnome Terminal 3.6.0 + zsh. However, if I start tmux, then it stops working: the cursor just moves one character to the left and stays there.
I don't set TERM in .zshrc, in .tmux.conf I use set -g default-terminal "screen-256color".
I have noticed that some colors in LS_COLORS don't work when running a shell inside M-x-ansi-term in Emacs.
For exmaple;
di 00 94
is supposed to turn on bold on light blue on directories on LS_COLORS (see a list of the codes here), but ansi-term in Emacs does not show it in color.
Thanks for the additional input, jasonwryan. I had checked the output of echo $TERM on both the Arch desktop and on the ubuntu machine previously, and both reported rxvt-256color. I've double checked that now, and that is what both still report. The laptop, which I just checked, reports the same. I had run that command from within the screen session and seen the same output previously.
I've tried everything from this duplicate question but I still can't get it to work. The only difference from that question is that when I run env | grep TERM I get TERM=xterm instead of TERM=xterm-color. I dont think it matters though, they seem to be pretty interchangeable.
What I don't understand however is that the only thing that has disappeared is the colors in the actual prompt.
More flexible detection of screen.
If I run tmux as root, it runs normally and fully functional.
I created a couple users, and it will not run as any of the users.
create session failed: : No such file or directory
I checked the outside $TERM is xterm and inside $TERM is screen as FAQs suggest that is most common cause of problems.
I've used tmux regularly on many different systems, but I on this VPS I can't figure out what's u
piotr.domagalski wrote:karol wrote:I see the prompt blink - is this what you mean?Exactly - the blinking. You should also see the vim's statusbar blink while you scroll a longer file with Page-Down/Up.It does blink indeed - even with TERM set to screen-256color (not every time I page through though).