* html: Add Unicode 11 xterm.js addon
Add Unicode 11 addon to xterm.js to enable support for newer Unicode
standards. This addon significantly improves rendering of emojis.
Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
* html: rebuild header file
---------
Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
* html: Upgrade xterm.js
Upgrade xterm.js to the latest stable release.
As part of this upgrade, the xterm packages have been scoped as the
unscoped packages were not updated.
The addons have also been upgraded to match the compatible versions.
As part of this upgrade, a compatibility issue was identified with the
Gulp task to inline source. By disabling compression, this allowed the
task to complete successfully. The size of the source file `html.h` did
not change significantly which indicates compression was not being
applied previously.
Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
* html: rebuild header file
---------
Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
Co-authored-by: Shuanglei Tao <tsl0922@gmail.com>
Enabling `set -g mouse on` in tmux.conf breaks copy-on-select.
On other keyboard layouts the shift key can be used as modifier for copy-on-select.
This commit enables the xterm options required for using the options key
as modifier for copy-on-select.