Eugene
d5babde1fa
Update xtermFrontend.ts
2020-01-17 13:57:31 +01:00
Eugene Pankov
de3829a94c
fixed cygwin $PATH ( fixes #1683 , fixes #1570 )
2020-01-16 17:45:32 +01:00
Eugene Pankov
e9999ee883
don't crash if the PTY suddenly produces strings ( #2004 , fixes #1955 )
2020-01-15 16:07:13 +01:00
Eugene Pankov
1c8288bfe1
bumped xterm
2020-01-14 11:57:17 +01:00
Eugene Pankov
5507171fee
zmodem fixes ( fixes #1949 )
2020-01-14 11:41:05 +01:00
Eugene Pankov
2b5f623b50
profile and SSH connection colors ( fixes #954 )
2020-01-01 01:04:41 +01:00
Eugene Pankov
b355fff0f8
added a shortcut to maximize a pane ( fixes #819 )
2019-12-31 21:53:36 +01:00
Eugene Pankov
c40294628a
zmodem support ( fixes #693 )
2019-12-31 20:10:37 +01:00
Eugene Pankov
7b6cdb274c
fixed shell process not being killed on tab close
2019-12-31 13:01:37 +01:00
Eugene
9453e8ba7b
Option to disable middle click paste ( #1928 )
...
Option to disable middle click paste
2019-12-28 23:32:10 +01:00
LeSeulArtichaut
2f78575cd7
Implement setting
2019-12-28 22:48:06 +01:00
LeSeulArtichaut
500acee064
Add pasteOnMiddleClickOption
2019-12-28 22:42:12 +01:00
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