top | item 8579679

(no title)

fuzzix | 11 years ago

I ditched mrxvt long ago because of lack of Unicode support (though I did use it under Cygwin/X).

https://github.com/simonzack/urxvt-tabbed - is this the project you're using?

discuss

order

a3n|11 years ago

No, not an external project, just one of the "official" rxvt variants. I use the same one on linux as on cygwin/X.

rxvt-unicode-256color

I use it on cygwin at work because I use it on linux at home, because of the tabs (which are text-based and have nothing to do with whatever desktop environment it's running in), and because the 256 colors make it easier for me to distinguish different code parts in a colored text editing session.

The default terminal in cygwin is OK, but the small number of colors were really bothering me (old eyes).

As for unicode, I've displayed Japanese and other scripts in rxvt-unicode-256color just fine.

a3n|11 years ago

Here we go: http://imgur.com/eRea4I2

The right terminal has two tabs open, and it shows unicode displayed in the last command.

This is on linux, it looks the same on cygwin (except it has window borders there).

barrkel|11 years ago

FYI, the default terminal for Cygwin these days is mintty, which supports 256 colours.

fuzzix|11 years ago

Oh super, thanks. I'll have to try that out.