hyper/lib/components
Matheus Fernandes 27a20e0cfc Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006)
* ime

* Fix code style

* Add visual feedback for composition events

* Temporarily disable `hterm`'s `onKeyDown` hacks

* Replicate the focus/blur state of our caret on the `hterm` caret

* Fix: focus our caret when there's a tab change

* `caret_` => `hyperCaret`

* Reorg: move the caret hacks to the `hterm.js` extensions

* Remove `console.log`

* Remove the `Dead key` hack and reenable keyboard commands

* Add a (temporary?) fix to re-enable text selection

* Check for a selection `onMouseUp` instead `onFocus`

* Fix wrong buggy hterm's cursor styling on term focus/blur

* Fix the cursor style after the bell rings – closes #674

* Enable `acceptFirstMouse` to focus the correct term – closes #861

* Fix code style

* Fix: clear the `hyper-caret` when a char is inserted via the IME dialog

* Remove useless function

* Add coments regarding text selection

* Fix code style
2016-11-16 10:44:04 -08:00
..
header.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
notification.js lint 2016-10-04 12:48:37 -07:00
notifications.js api updates 2016-10-06 08:28:43 -07:00
split-pane.js Fix xo 0.17 errors and use root xo config for app (#859) 2016-10-12 20:35:44 -05:00
tab.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
tabs.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
term-group.js Comply to XO's no-warning-comments rule 2016-10-25 15:04:37 +02:00
term.js Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006) 2016-11-16 10:44:04 -08:00
terms.js Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00