Paris Kasidiaris
|
f13455965c
|
Merge pull request #828 from sourcelair/issue-#827-fix-terminal-focus
Always focus terminal on click
|
2017-08-02 18:33:51 +03:00 |
|
Paris Kasidiaris
|
72e85a352a
|
Focus on mousedown , instead of click
|
2017-08-02 16:03:56 +03:00 |
|
Paris Kasidiaris
|
49c1ca3f57
|
Fix #827: Always focus terminal on click
|
2017-08-02 10:44:16 +03:00 |
|
Daniel Imms
|
bcff69b79c
|
Merge pull request #816 from joaomoreno/alt-selection
Alt key should force selection
|
2017-07-28 14:24:45 -07:00 |
|
Daniel Imms
|
3f7fec8c91
|
Merge branch 'master' into alt-selection
|
2017-07-28 14:07:43 -07:00 |
|
Daniel Imms
|
3479614c73
|
Disable selection override on Windows/Linux
|
2017-07-28 14:06:55 -07:00 |
|
Daniel Imms
|
34f075a8cc
|
Merge pull request #822 from Tyriar/818_fix_save_restore_cursor
Fix save and restore cursor behavior
|
2017-07-28 08:58:03 -07:00 |
|
Daniel Imms
|
ff165e8627
|
Merge branch 'master' into 818_fix_save_restore_cursor
|
2017-07-28 08:33:52 -07:00 |
|
Paris Kasidiaris
|
cdcbf60e44
|
Merge pull request #823 from jpmasters/master
Issue #821 - Prevent TypeError in resize()
|
2017-07-28 15:02:38 +03:00 |
|
Jon Masters
|
2d4e617c95
|
Issue #821 - Prevent TypeError in resize()
|
2017-07-28 11:54:46 +00:00 |
|
Daniel Imms
|
6ea7758ab1
|
Add test for save and restore cursor
|
2017-07-27 16:35:48 -07:00 |
|
Daniel Imms
|
604959a319
|
Fix save and restore cursor behavior
This broke in #717.
Fixes #818
|
2017-07-27 16:28:27 -07:00 |
|
Joao Moreno
|
6a3b39b428
|
fix context menu in disabled state
|
2017-07-26 09:07:20 +02:00 |
|
Joao Moreno
|
9e80a12462
|
fix tests
|
2017-07-25 17:17:48 +02:00 |
|
Joao Moreno
|
0e0ecc2d6a
|
listen to shift when in Linux
|
2017-07-25 17:11:41 +02:00 |
|
Joao Moreno
|
f872ced863
|
oops, this is a function
|
2017-07-25 11:30:03 +02:00 |
|
Joao Moreno
|
9a30b98880
|
safeguard npe
|
2017-07-25 10:45:45 +02:00 |
|
Daniel Imms
|
f36bd24e1e
|
Merge pull request #817 from Lixire/master
Add lineFeed event
|
2017-07-24 14:58:32 -07:00 |
|
t-amqi
|
23dd3d7a67
|
Fix indentation
|
2017-07-24 13:41:24 -07:00 |
|
t-amqi
|
79965708ab
|
Add lineFeed event
- this is useful for checking when a cmd is entered or when a cmd finishes
- also handy to have for accessibility for output
|
2017-07-24 11:43:03 -07:00 |
|
Joao Moreno
|
80a83ff8d9
|
wip: alt forces selection
|
2017-07-24 18:08:11 +02:00 |
|
Daniel Imms
|
2e9177a032
|
Merge pull request #810 from Tyriar/809_onSingleClick_null_check
Make SelectionManager more resilient
|
2017-07-21 06:30:56 -07:00 |
|
Daniel Imms
|
bbb5daa575
|
Merge branch 'master' into 809_onSingleClick_null_check
|
2017-07-21 06:22:43 -07:00 |
|
Daniel Imms
|
739bd05037
|
Merge pull request #811 from blink1073/add-jupyter
Add JupyterLab as a real-world use case
|
2017-07-21 06:17:56 -07:00 |
|
Steven Silvester
|
f7197c10df
|
Add JupyterLab as a real-world use case
|
2017-07-21 07:59:28 -05:00 |
|
Daniel Imms
|
e56f710cd1
|
Make SelectionManager more resilient
Fixes #809
|
2017-07-21 05:45:53 -07:00 |
|
Daniel Imms
|
18f3cc77e5
|
Merge pull request #805 from Tyriar/801_null_check
Add null check when mouse coords are bad
|
2017-07-20 09:19:09 -07:00 |
|
Daniel Imms
|
e3ded61122
|
Add null check when mouse coords are bad
This happens if the viewport is bad (which was fixed in another commit).
Fixes #801
|
2017-07-18 20:34:24 -07:00 |
|
Daniel Imms
|
f8e3fa5a99
|
Fix browserify build and search addon (#804)
Fixes #803
|
2017-07-18 19:58:35 -07:00 |
|
Daniel Imms
|
05d308a37a
|
Merge pull request #798 from jerch/faster_wcwidth
faster wcwidth with lookup table
|
2017-07-18 14:23:42 -07:00 |
|
Jörg Breitbart
|
cd5827e69b
|
higher timeout for test case
|
2017-07-18 22:19:55 +02:00 |
|
Daniel Imms
|
20048d31a1
|
Merge branch 'master' into faster_wcwidth
|
2017-07-17 11:06:38 -07:00 |
|
Jörg Breitbart
|
598a729fc0
|
fixes #799 - lookup table is created on first wcwidth call for char > 127
|
2017-07-17 19:07:02 +02:00 |
|
Jörg Breitbart
|
6ed5c9e64d
|
speed test commented out
|
2017-07-16 23:53:41 +02:00 |
|
Jörg Breitbart
|
1232c00dd1
|
some fixes
- commenting the bit shifts
- switching to Uint32Array
- conditional for TypedArray
- fixing Math.floor slowdown in bisearch
|
2017-07-16 23:40:36 +02:00 |
|
Jörg Breitbart
|
5d87b54390
|
test speedup defensive
|
2017-07-16 14:09:25 +02:00 |
|
Jörg Breitbart
|
6733c6ce1f
|
test speedup defensive
|
2017-07-16 14:05:55 +02:00 |
|
Jörg Breitbart
|
ba2d0e8df2
|
fixing whitespaces
|
2017-07-16 13:57:04 +02:00 |
|
Jörg Breitbart
|
1722248065
|
fixing whitespaces
|
2017-07-16 13:48:48 +02:00 |
|
Jörg Breitbart
|
dd0fcb6320
|
fixing whitespaces
|
2017-07-16 13:44:00 +02:00 |
|
Jörg Breitbart
|
b965d0a0af
|
faster wcwidth with lookup table
|
2017-07-16 13:26:38 +02:00 |
|
Paris Kasidiaris
|
48dab494db
|
Install npm 5.1.0
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
42eacba09a
|
Update build dir
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
e2c993ebcd
|
Rearrange dependencies
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
634f4e29aa
|
Remove redundant comment
|
2017-07-16 03:47:15 +03:00 |
|
Daniel Imms
|
59f75555bc
|
Add IBuffer, IBufferSet and fix CircularList type
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
cb5a452c90
|
Implement tests for Buffer and BufferSet
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
58b9f712df
|
Improve documentation of Buffer and BufferSet classes
|
2017-07-16 03:47:15 +03:00 |
|
Paris Kasidiaris
|
f09918f0d2
|
Fix variable name
|
2017-07-16 03:47:15 +03:00 |
|
Aleksandr Andriienko
|
4e35904392
|
Fix regression. Existing tests work again.
Signed-off-by: Aleksandr Andriienko <oandriie@redhat.com>
|
2017-07-16 03:47:15 +03:00 |
|