mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
* 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 |
||
|---|---|---|
| .. | ||
| static | ||
| utils | ||
| .npmrc | ||
| auto-updater.js | ||
| config-default.js | ||
| config.js | ||
| index.html | ||
| index.js | ||
| menu.js | ||
| notifications.js | ||
| notify.html | ||
| notify.js | ||
| package.json | ||
| plugins.js | ||
| rpc.js | ||
| session.js | ||