Skip to content

Commit

Permalink
revise changelog for undercurl
Browse files Browse the repository at this point in the history
refs: #415
  • Loading branch information
wez committed Jan 7, 2021
1 parent 88ebe79 commit 704dd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ brief notes about them may accumulate here.
* Fixed an issue where a symbol-only font would be seen as 0-width and panic wezterm [#404](https://github.com/wez/wezterm/issues/404)
* Tweaked mouse selection: we now round the x-coordinate to the nearest cell which makes it a bit more forgiving if the mouse cursor is slightly to the left of the intended cell start. [#350](https://github.com/wez/wezterm/issues/350)
* Added `selection_word_boundary` option to control double-click word selection boundaries. The default is ` \t\n{[}]()\"'\``. [#405](https://github.com/wez/wezterm/issues/405)
* Added support for Curly, Dotted and Dashed underlines. Vim users can set `let &t_Cs = "\e[60m"` in their `.vimrc` to enable undercurl support in wezterm. See [#415](https://github.com/wez/wezterm/issues/415#issuecomment-755150303) for more details on the escape sequences and configuration for this.
* Added support for Curly, Dotted and Dashed underlines. Vim users can set `let &t_Cs = "\e[4:3m"` in their `.vimrc` to enable undercurl support in wezterm. See [#415](https://github.com/wez/wezterm/issues/415) for more details on the escape sequences and configuration for this.

### 20201101-103216-403d002d

Expand Down

0 comments on commit 704dd9a

Please sign in to comment.