CHaBou
f547f0299d
Revert "Fix initial cursor blinking ( #2614 )" ( #2617 )
...
* Revert "Fix initial cursor blinking (#2614 )"
This reverts commit 88c7b536a4 .
* Use 3.0.2 xterm fork
2018-01-17 13:47:35 +01:00
CHaBou
88c7b536a4
Fix initial cursor blinking ( #2614 )
...
* Fix initial cursor blinking
This is a workaround for https://github.com/xtermjs/xterm.js/issues/1194
Fixes #2596
* Add related issue comment
2018-01-16 15:44:29 +01:00
CHaBou
f56ea10fb0
Fix offscreen term size calculation ( #2612 )
...
* Fix offscreen term size calculation
* Use positioning rather than opacity
2018-01-15 23:22:54 +01:00
Benjamin Woodruff
ac5c14adca
Use xterm.js's fit addon when calling fitResize ( #2594 )
...
xterm.js doesn't use `this.term.charMeasure.width` when rendering. It
actually uses:
`Math.floor(this._terminal.charMeasure.width * window.devicePixelRatio)`
This is important, because character widths may be non-integer values,
which means that we can end up with an empty space on the right side of
the terminal window.
Instead of trying to match xterm's behavior, it's probably better if we
just use xterm's `fit` addon. This seems to behave better for me.
We might not want to land this as-is, becuase this addon forces an
annoying hard-coded 17px margin on the right side to compensate for a
scrollbar (see xtermjs/xterm.js#400 ), but at least for my use-cases,
this is still better than it was.
2018-01-15 18:36:02 +01:00
CHaBou
dd780e6fe7
Xterm v3 integration ( #2573 )
2018-01-09 17:33:24 +01:00
Renato Campos
cb8b72a319
Added keymap to rebind the 'break' command - Issue #2432 ( #2531 )
...
* fixed documentation of roleCommands
* Added keymap for break/interrupt command
* added break keymap for linux and darwin
* fixed lint errors
2017-12-18 17:17:20 +01:00
Daniel Imms
7be41e1e28
Use public API to remove xterm listeners ( #2543 )
2017-12-16 19:06:02 +01:00
Daniel Imms
421847315d
Remove second open arg ( #2544 )
...
This was removed in xterm@3, see xtermjs/xterm.js#646
2017-12-11 17:17:01 -05:00
Daniel Imms
15a7e6ad9b
Don't use open event on xterm ( #2542 )
2017-12-11 22:33:03 +01:00
CHaBou
1e6acfc109
Fix color for char under focused BLOCK cursor ( #2521 )
2017-12-04 22:28:40 +01:00
Albin Ekblom
da10f01a00
Fixed the cursor's color ( #2520 )
...
* 🐛 Fix underline cursor color
* 🐛 Fix unfocused box when cursor is underline
* 🐛 Fix BAR color and make BAR and UNDERLINE transparent when not in focus
* 🐛 Bring back the box when unfocused
* 🐛 Add cursorColor to unfocused underline and bar
2017-12-04 22:15:45 +01:00
CHaBou
1fbc85760b
Use same hazel endpoint to notify update to Linux users ( #2497 )
...
Add a pseudo auto-updater for Linux
Fixes #2476
2017-11-29 14:26:24 +01:00
CHaBou
d148c486f5
Load/Unload theme without restarting ( #2458 )
2017-11-29 14:22:29 +01:00
CHaBou
81709073cf
Keymaps are now updated without restarting ( #2455 )
...
* Reload keymaps without restarting
* Reattach key listeners when config have changed
2017-11-15 00:55:21 +01:00
CHaBou
8ce71b9d88
Fix component decoration in renderer ( #2454 )
...
* Fix decorateNotification
* Fix typo
* Fix plugin decoration in renderer
2017-11-13 16:02:49 +01:00
CHaBou
0f4c41f89a
Fix cursorShape propagation ( #2437 )
...
Fixes #2248
2017-11-08 22:24:32 +01:00
CHaBou
3a3ee013f7
Enhance plugin installation ( #2440 )
2017-11-08 22:24:15 +01:00
CHaBou
97308bd8e5
Add shell alias commands ( #2426 )
2017-11-06 20:27:25 +00:00
CHaBou
2002baf39c
Protect against Reload ( #2433 )
2017-11-06 12:26:56 +00:00
Benjamin Staneck
8fc75b15ff
Unify wording and spelling in config and other places ( #2422 )
2017-11-04 23:19:02 +01:00
Derrick Pelletier
81c5829e1b
quickEdit support ( #2392 )
2017-11-03 23:01:21 +01:00
Ricky Miller
62e29effbf
Add context menu ( #2001 )
2017-11-03 21:24:41 +01:00
CHaBou
2af575c3c0
Multiple keymaps and mousetrap ( #2412 )
...
* WIP
* WIP
* Wip
* Wip
* wip
* Refactor without normalize and plugin
* Replace extendKeymaps by decorateKeymaps
* WIP
* Add mousetrap
* Add first command over rpc
* More commands
* Add all commands
* Begin to hook commands
* Working multiple keymaps
* Use redux action to trigger command
* Use forked version of Mousetrap to capture key events
* Fix lint
* Add command in redux action to debug purpose
* ExecCommand from menu click
* Remove unused files
* Fix xterm should ignore catched events
* Re-enable IntelliSense checking
* Remove unused runes dep
2017-11-02 19:51:18 -07:00
Theodore Dubois
95f52e20e1
Fix typo ( #2418 )
2017-11-01 21:31:44 +00:00
Benjamin Staneck
f8bc2884b7
Update dependencies ( #2416 )
2017-11-01 14:44:43 +01:00
KevinRLeC
0dd18ba5b3
Removing call to undefined function on resize ( #2396 )
2017-10-25 22:10:45 +02:00
Derrick Pelletier
0b57dc4158
copyOnSelect support in canary ( #2390 )
2017-10-25 00:06:46 +02:00
Derrick Pelletier
280f14e239
Pasting a copied file or dir provides full path to resource ( #2364 )
...
* Added a utility for processing clipboard data
* using paste processing utility in term component to expand filepath
* removed linux case
* moved active tab to guard so only process when active
* commenting paste event handler for clarity
2017-10-22 23:16:52 +02:00
Evan
e29651bbe3
Fix typo in comment ( #2383 )
...
Pointless typo fix
2017-10-21 21:56:41 +02:00
CHaBou
9c9a307958
Merge branch 'master' into canary
2017-10-05 20:49:20 +02:00
CHaBou
7f1baff5e1
Fix keyboard event handling ( #2331 )
...
Implement Mousetrap-like keyboard handling
2017-10-05 20:40:02 +02:00
CHaBou
bcf1157b37
Add new keymaps to jump between tabs ( #2330 )
2017-10-05 20:39:39 +02:00
CHaBou
d3a015466a
Move Date.now() into actions to have pure reducers ( #2324 )
...
Reducers shouldn't have side effect. Date.now() is a side effect and should be done in action creators.
2017-10-04 00:18:55 +02:00
Nelson Henrique
8eb4541eea
fix single tab title ( #2289 )
...
* fix single tab title
* fix single tab margin/padding
2017-10-02 16:49:05 +01:00
Guillermo Rauch
8283ce6825
add BC getTermDocument and a note about deprecation
2017-09-25 14:46:53 +02:00
Guillermo Rauch
19f53550ea
pty data events related perf improvements
2017-09-25 14:44:43 +02:00
Guillermo Rauch
5ab064ff64
remove outdate comment
2017-09-25 14:31:21 +02:00
Guillermo Rauch
0ed146c7d9
remove redux logger since it slows down pty events in development
2017-09-25 14:00:27 +02:00
Guillermo Rauch
57cb32de7e
avoid double requestAnimationFrame loop since xterm already has one
2017-09-25 14:00:11 +02:00
Guillermo Rauch
b775e23c3c
Revert "improve writing performance by avoiding redux for pty events"
...
This reverts commit 44dfb0faf8 .
2017-09-25 13:55:04 +02:00
Guillermo Rauch
44dfb0faf8
improve writing performance by avoiding redux for pty events
2017-09-25 00:48:52 +02:00
Guillermo Rauch
de69aab095
Fixed broken resizing ( #2273 )
...
* simplify and fix resizing
* don't lint built bundles
* bump eslint
2017-09-24 12:06:17 +02:00
CHaBou
d3cd9aee00
Merge branch 'master' into canary
2017-09-20 01:39:55 +02:00
Wilson Tayar
4c71c99325
Normalize keymap internals ( #2227 )
...
Fix #2195 : normalizing keybindings using localeCompare to include non english keyboards as well
2017-09-20 01:36:06 +02:00
CHaBou
14036e9094
Clean out old code
2017-09-18 22:20:34 +02:00
CHaBou
46173019cd
Prevent xterm to emit focus event twice
2017-09-18 22:13:45 +02:00
CHaBou
f8c19b0ef2
Merge branch 'master' into v2
2017-09-17 23:08:33 +02:00
CHaBou
e0d793eeeb
Revert "Normalize keymap internals" ( #2225 )
...
This reverts commit 751c06e437 .
2017-09-17 21:53:37 +01:00
CHaBou
7733067deb
Merge branch 'master' into v2
2017-09-17 10:48:16 +02:00
Wilson Tayar
751c06e437
Normalize keymap internals ( #2210 )
...
Fix #2195
2017-09-17 10:43:58 +02:00