Eugene Pankov
04a0a0cc64
lint
2020-03-01 16:10:45 +01:00
Eugene Pankov
df2f4d4a6c
angular 9 fixes
2020-03-01 14:26:55 +01:00
Eugene Pankov
092820173f
fixed #2111
2020-03-01 14:08:54 +01:00
Eugene Pankov
b3f17b84ff
added hotkeys to save session output
2020-02-29 15:05:58 +01:00
Eugene Pankov
d0ddd82906
fixed wsl crash when default distro is not available ( fixes #2130 )
2020-02-18 10:52:17 +01:00
Eugene Pankov
2d357d0ed2
made zmodem xfers cancelable
2020-02-16 22:57:54 +01:00
Eugene Pankov
58d2590495
moved decorators in to features/
2020-02-16 21:34:49 +01:00
Eugene Pankov
0c892225f3
nicer terminal messages for SSH
2020-02-16 21:26:01 +01:00
Eugene Pankov
665ce2f022
limited xterm serialization length
2020-02-16 16:59:59 +01:00
Eugene Pankov
72a024c713
fixed wsl shell provider
2020-02-09 18:01:57 +01:00
Eugene Pankov
6132881b8a
allow saving terminal state for debugging
2020-02-06 14:52:39 +03:00
Eugene Pankov
1ac22ec563
disable vibrancy while dragging window on buggy windows 10 builds ( fixes #949 )
2020-02-05 16:02:58 +03:00
Eugene Pankov
fa56f30f63
lint
2020-02-05 14:52:53 +03:00
Eugene Pankov
9c19307181
more tab saving fixes
2020-02-05 14:52:33 +03:00
Eugene Pankov
bfd34df41e
fixed crash for unknown wsl distros ( fixes #2083 , fixes #2021 )
2020-02-05 14:25:14 +03:00
Eugene Pankov
498564be9a
added scrollback saving
2020-02-05 13:37:04 +03:00
Eugene Pankov
1d76f6b056
re-fixed #2054
2020-02-01 12:15:24 +03:00
Eugene Pankov
f4f52321f5
unify context menus ( fixes #2054 )
2020-01-28 21:39:02 +03:00
Cyril Taylor
edb2cf2b7b
add icon for wsl distributions( #2020 )
2020-01-20 15:56:46 +08:00
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