You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverts change from 0.2.0: "Changes behaviour when receiving U+FE0E (VS15) to not enforce the width of 1 but leave it as is (usually 2). This seems to match what the web browser is doing, too."
Adds support for loading terminal color schemes from an exernal file, such as ~/.config/contour/colorschemes/onedark.yml for the scheme onedark (file file format is simply a sub-tree of how colors can be specified inline).
Adds some more tmux-extension entries to the terminfo database that are supported by contour (Ss, Se, Cs, Smol, Smulx, Setulc).
Adds Sync capability entry to terminfo file.
Adds many more pixel-perfect graphical characters: 23A1..23A6, 2580..2590, 2594..259F, 1FB00..1FB3B, 1FB3C..1FBAF, 1FBF0..1FBF9.
Adds support for building with embedded FreeType and HarfBuzz (experimental, disabled by default).
Adds a shell early-exit-guard to not instantly close the terminal window but print a message instead and wait for any key press in order to close.
Adds missing config option read_buffer_size to default contour.yml.
Adds new config option reflow_on_resize to mandate whether or not text reflow is enabled on primary screen. If this option is false, it cannot be enabled programmatically either.
Adds new config option on_mouse_select to decide what action to pick when text has been selected (copy to clipboard or copy to selection-clipboard, or do nothing)
Fixes off-by-one bug in builtin box drawing (#424).
Fixes assertion in text renderer with regards to colored glyphs.
Fixes Sixel background select to support transparency (#450).
Fixes session resuming on KDE desktop envionment which is respawing all Contour instances upon re-login but failed due to invalid command line parameters (#461).
Fixes Meta+Key keyboard inputs being ignored.
Changes DECSDM such that it works like a real VT340; also xterm, as of version 369, changed that recently (#287).