Eugene Pankov
2ce0f03282
lint
2019-12-28 22:13:36 +01:00
LeSeulArtichaut
202ba18a8c
Add option to disable right click
2019-12-28 20:17:26 +01:00
Eugene Pankov
b6c97ffa49
ui tweaks
2019-12-15 16:57:38 +01:00
Eugene Pankov
5a9625424c
added 'duplicate as admin' tab menu item
2019-12-09 18:06:16 +01:00
Eugene Pankov
9fe82f2c0a
xterm binary input support
2019-12-06 12:26:19 +01:00
Eugene Pankov
99698913a8
lint
2019-12-03 00:55:22 +01:00
Eugene Pankov
0f8cff2d5b
fixes
2019-12-01 19:11:05 +01:00
Eugene Pankov
471f9effcf
better search UI
2019-12-01 18:52:22 +01:00
Eugene Pankov
d90f68c439
eslint bump
2019-11-25 12:05:58 +01:00
boxmein
3a67f1eb41
Fix linter errors
2019-11-23 23:18:09 +02:00
boxmein
d7c8bc9da0
Catch errors when trying to derive CWD in Linux, fixes #1576
...
When the process it tries to read the working dir from has exited,
then "/proc/PID/cwd" is an invalid link and fs.readlink() will reject
its promise with an error.
This results in the terminal "new tab" and "new pane" buttons stopping
working, which is very disruptive :(
This commit makes sure that the "new tab" and "new pane" buttons keep
working, whatever happens.
2019-11-23 16:50:25 +02:00
Eugene Pankov
ec956d463a
fixed search in ssh tabs ( fixes #1394 )
2019-10-28 12:31:44 +01:00
Eugene Pankov
e452a825c6
Update sessions.service.ts
2019-10-26 19:12:21 +02:00
Chris Kaczor
db86150832
Add option to disable tab restore on startup
2019-10-14 17:14:23 -04:00
Eugene Pankov
ead8c9e867
lint
2019-10-13 22:00:27 -07:00
Chris Kaczor
35289a54b3
Change search options to not be static/global
2019-10-13 21:51:40 -04:00
Chris Kaczor
cbc60c606c
Add close button to search panel
2019-10-13 21:41:29 -04:00
Daniel Imms
85d1763533
Use stable xterm element API
2019-10-03 11:15:48 -07:00
Eugene Pankov
181c523020
strict null checks
2019-09-18 20:56:59 +02:00
Eugene Pankov
c575fa5ece
build fix
2019-09-18 12:47:41 +02:00
Eugene Pankov
17065f4cee
lint
2019-09-05 12:08:43 +02:00
Eugene Pankov
252edad93f
lint
2019-09-02 13:48:24 +02:00
Eugene Pankov
1280e13c1f
removed default 'clear' ctrl-L assignment ( fixes #948 , fixes #1352 )
2019-09-02 13:20:43 +02:00
Eugene Pankov
3ddbb62658
fallback font setting ( #324 )
2019-08-27 16:45:01 +02:00
Eugene Pankov
2ee336bef8
various scripts in appearance preview
2019-08-27 16:27:41 +02:00
Eugene Pankov
4bf2963d1e
proper background when copying as HTML
2019-08-27 12:21:48 +02:00
Eugene Pankov
a8eb0d8346
lint
2019-08-07 15:31:21 +02:00
Eugene Pankov
07ab28279c
don't copy empty selection ( fixes #1346 , fixes #1325 )
2019-08-07 15:21:58 +02:00
Eugene Pankov
62efe406f5
Merge branch 'pr/1249'
2019-08-07 15:10:19 +02:00
Eugene
4274ed563b
Merge pull request #1304 from ehwarren/feature/working-directory-in-new-terminals
...
Allow configuration of new tab CWD behaviour
2019-07-25 08:22:04 +02:00
Austin Warren
2acda3be5f
fix lint
2019-07-24 17:09:08 -07:00
Austin Warren
2848f9f257
Added ability to configure whether new terminals will always open with the configured working directory
2019-07-24 11:56:57 -07:00
Eugene Pankov
ffa6d41d8b
go back to the upstream windows-process-tree
2019-07-24 11:51:26 +02:00
Eugene Pankov
dc9508f80d
lint & enabled linter on Azure pipelines
2019-07-24 11:24:57 +02:00
Hans Koch
4782a67fe0
added proc destruction on tab close ( fixes #1261 )
2019-07-18 21:38:15 +02:00
Austin Warren
8920cc7924
remove console log
2019-07-17 20:56:39 -07:00
Austin Warren
8ee7022307
Merge branch 'master' into feature/support-multiple-windows-win10
2019-07-17 17:30:11 -07:00
Austin Warren
380266a57c
Do not auto-open tab if we've started the console and pointed it to open in a specific location
2019-07-17 17:17:50 -07:00
Austin Warren
5679d5edf1
Fix code from xterm-addon-fit so that we don't run into issues with the first recovered console.. I'm sure there's a better way.
2019-07-17 17:16:42 -07:00
Austin Warren
b0f8dd4036
Remove console warning when attempting to resize without xterm being fully initialized
2019-07-16 17:47:11 -07:00
Eugene Pankov
ce49dd9dae
potential fix for #729
2019-07-16 23:29:56 +02:00
Eugene Pankov
d6c9ce84ea
delay frontend init if not focused ( fixes #1147 , fixes #1137 )
2019-07-02 21:28:40 +02:00
Eugene Pankov
a146505c5a
fixed search panel background
2019-07-02 20:40:07 +02:00
Eugene Pankov
1afc212e71
restored cmd-v to paste on macOS ( #1013 )
2019-07-01 11:28:14 +02:00
Eugene Pankov
b198864063
removed the mostly misused mouse wheel zooming ( fixes #1144 )
2019-06-30 23:49:51 +02:00
Eugene Pankov
b98bde71df
remove all external deps from generated typings files
2019-06-30 23:08:30 +02:00
Eugene Pankov
eb52a37f77
strip data-volume prefix from CWD on Catalina
2019-06-28 10:29:56 +02:00
Eugene Pankov
6610563241
possible fix for #729
2019-06-19 17:27:08 +02:00
Eugene Pankov
37fc878f37
fixed xterm imports
2019-06-18 17:33:08 +02:00
Eugene Pankov
ff860fbb0c
bumped xterm
2019-06-18 17:20:31 +02:00