Sorry I cannot provide a file and I think the problem is a mixture of character encoding and escape sequences.
For example if I run tmux and create a pane with C-b % the border between the two panes is not displayed with line characters but with an a with an accent. This is clearly a character encoding Problem since Putty with encoding set to UTF8 displays Borders correctly. But there are other problems e.g. if i open vim it destroys partially text printed in the other pane. This I would call problems with escape sequences, however I'm no expert. However discussing problems with terminals, character encodings and escape sequences might be a little bit offtopic. I just thought this list would be the right place to find someone who went through the same pain and solved it. ~ Am Donnerstag, 10. April 2014 00:43:54 UTC+2 schrieb Alvaro Miranda Aguilera: > > I use tmux behind shellinabox and I connect over web .. (from windows) > > can you provide a file with those uf8 characters that look funny? > > > > > On Wed, Apr 9, 2014 at 9:47 PM, <[email protected] <javascript:>> wrote: > >> Hello, >> >> for whatever reason I happen to have a Windows 7 workstation but parts of >> my development work rely on a linux toolchain. Therefore I have a Linux VM >> running an XServer in which I start an terminal with tmux and hack away. >> >> So far so good, however this VM is managed by hand and I don't need any >> graphical user interfaces but a terminal. So it looks like a premium use >> case for vagrant. With a Vagrant file and a provisioning script I could >> even share my dev setup with colleges. >> >> However so far I haven't found at setup which works on windows with tmux >> in the VM. >> Problems seem to escape sequences (which I could fix with tmux configs) >> and character encoding. >> On Windows I tried different Console applications >> cmd.exe -> bad because no fullscreen possible >> powershell -> same >> Console2, ConEmu, Putty >> >> All terminals beside Putty cannot display UTF8 character sets, this is at >> least on of the reasons why tmux renders quit funny but unusable results. >> Putty can be configured for UTF8 but other escape sequence, for example >> for resizing panes are not going through. And there are other usability >> problems with the putty terminal. >> >> I really cannot say that I understand the whole problem space. >> >> Does anyone have found a setup which works for this kind of use case? >> >> thanks, >> flo >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Vagrant" 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.
