Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.26 KB

File metadata and controls

42 lines (25 loc) · 1.26 KB
title description author ms.author ms.date ms.topic
Windows Terminal Rendering Settings
Learn how to customize rendering settings within Windows Terminal.
cinnamon-msft
cinnamon
04/14/2021
how-to

Rendering settings in Windows Terminal

The properties listed below affect the entire terminal window, regardless of the profile settings. These should be placed at the root of your settings.json file.

If you are thinking about changing the rendering settings, additional information is provided on the Troubleshooting page to help guide you.

Redraw entire screen when display updates

When this set to true, the terminal will redraw the entire screen each frame. When set to false, it will render only the updates to the screen between frames.

Property name: experimental.rendering.forceFullRepaint

Necessity: Optional

Accepts: true, false

Default value: false



Use software rendering

When this is set to true, the terminal will use the software renderer (a.k.a. WARP) instead of the hardware one.

Property name: experimental.rendering.software

Necessity: Optional

Accepts: true, false

Default value: false