Defman21 / komodo-terminal-butterfly

Docks the Butterfly terminal in Komodo
https://defman.me/projects/komodo-terminal/
Other
8 stars 3 forks source link

Change CWD / Insert Path makes scrollTop jump for Buffer #13

Closed Naatan closed 8 years ago

Naatan commented 8 years ago

When changing CWD to current buffer or inserting the path of the current buffer the terminal scrolls all the way to the bottom and the input is not visible anymore, you have to manually scroll up to continue typing.

Defman21 commented 8 years ago

Not something I'm able to reproduce. If you change line #137 in file content/widget.js to insertIntoButterfly(cd ${string});, are you still able to reproduce it?

Naatan commented 8 years ago

Yes, that seems to work.

I don't think calling clear after changing the CWD is desirable anyway. That's up to the user.

Defman21 commented 8 years ago

Ok, will remove it.