Floobits / flootty

A collaborative terminal.
Apache License 2.0
175 stars 25 forks source link

Line wrapping is overwriting previous lines #26

Open bo-peng opened 10 years ago

bo-peng commented 10 years ago

When typing in a long command, the line wrapping overwrites other lines, and does not write on a new line.

Long commands should write on a new line.

This could be related to issue #21, though here there are no font size differences.

Please see attached screenshot for clarification. Thanks! screen shot 2014-05-06 at 10 48 10 am

ggreer commented 10 years ago

With the latest version of flootty, you should be able to use --resize when joining. This will automatically resize your terminal to be the same dimensions as the host. We don't yet update it when the host resizes their terminal, but that will be fixed soon.

Unfortunately, the only way to get proper behavior without resizing is to implement a terminal emulator in flootty. At that point, we might as well fork tmux.