saisandeepvaddi / ten-hands

⚡ Simplest way to organize and run command-line tasks
https://tenhands.app/
MIT License
373 stars 29 forks source link

Terminal window very narrow #259

Open tyeeman opened 2 years ago

tyeeman commented 2 years ago

OS: Windows7 with build 2.10.3 of Ten Hands.

Where: Desktop App

Describe the bug When run terminal window text is very narrow, only 2 characters wide.

To Reproduce Steps to reproduce the behavior: run any task.

Expected behavior full width of terminal for text

Screenshots

2022-04-22_191746

Additional context Add any other context about the problem here.

reddyshyam commented 2 years ago

OS: Windows7 with build 2.10.3 of Ten Hands.

Where: Desktop App

Describe the bug When run terminal window text is very narrow, only 2 characters wide.

To Reproduce Steps to reproduce the behavior: run any task.

Expected behavior full width of terminal for text

Screenshots 2022-04-22_191746

Additional context Add any other context about the problem here.

Please try the below:

Add configuration option terminalRenderer: "canvas" | "webgl". 2.8.0 made WebGL as default renderer for terminal which seems to have caused some problems. Now the default renderer is back to canvas and folks who didn't have problem with terminals in 2.8.0 can use terminalRenderer: "webgl" in config.json file.

reddyshyam commented 2 years ago

Also if you maximise the window and un-maximise, the issue should be resolved.