hyper/lib
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
..
actions Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
components Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006) 2016-11-16 10:44:04 -08:00
constants Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
containers Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
reducers Add Windows support and first-class Linux support (#946) 2016-11-11 15:18:04 -02:00
store Fix config-store imports (#733) 2016-09-21 23:29:23 -03:00
utils Fix selection extend when copyOnSelect is true (#975) 2016-11-10 00:03:08 -02:00
component.js fix various typos and grammar errors in comments (#834) 2016-10-10 12:26:47 +02:00
hterm.js Add support for composed chars and fix issues with "foreign" keyboard layouts (#1006) 2016-11-16 10:44:04 -08:00
index.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00
rpc.js [WIP] Use XO instead of Standard (#723) 2016-09-21 16:27:11 +02:00
selectors.js Prefer default export to make XO happy (#931) 2016-10-25 14:53:15 +02:00