Ask Your Question
1

What is the method of enabling undercurl in alacritty on Windows?

asked 2022-01-11 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-06 07:00:00 +0000

lalupa gravatar image

To enable undercurl in Alacritty on Windows, you need to modify the configuration file. Here are the steps to do so:

  1. Open the Alacritty configuration file. The configuration file is located at: C:\Users\{username}\AppData\Roaming\alacritty\alacritty.yml

  2. Scroll down to the ui section of the configuration file.

  3. Add the following lines to the ui section to enable undercurl:

    render_timer: true
    undercurl_style: 'solid'
    undercurl_width: 2
    undercurl_offset: 2
    
  4. Save the configuration file and restart Alacritty.

After restarting Alacritty, undercurl should be enabled and you can test it by running a command that produces undercurl output.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-01-11 11:00:00 +0000

Seen: 15 times

Last updated: Feb 06 '22