51 Commits

Author SHA1 Message Date
Eugene Pankov
aa439ccbb0
make ctrl-f select the search query 2022-10-21 20:50:23 +02:00
Eugene Pankov
48afeb98a5
added a new right click behaviour matching windows terminal - fixed #7083 2022-10-03 21:34:41 +02:00
Eugene Pankov
2bf0ef3c1a
only trim pasted text when it's a single line - fixes #7028, fixes #7064 2022-09-05 00:47:43 +02:00
Eugene Pankov
c43137b8f6
fixed #194 - added hotkeys to scroll the terminal 2022-07-30 00:05:44 +02:00
Eugene Pankov
53f3962640
limit max text shown in paste warning 2022-06-18 11:08:50 +02:00
Eugene Pankov
509ae8d32e
fixed spinner handling - fixes #6489, fixes #6476, fixes #3383 2022-05-27 14:44:49 +02:00
Eugene Pankov
12aa28e766
allow customizing selection foreground color 2022-05-21 20:34:19 -07:00
Eugene Pankov
1fb67e1730
serial: fixed unnecessary spinner - fixes #6449 2022-05-21 20:03:32 -07:00
Eugene Pankov
052d771748
lint 2022-05-09 22:05:47 -07:00
Eugene Pankov
c1bd2a720d
fixed #6349 - enable xterm flow control 2022-05-09 21:50:06 -07:00
Hisam Fahri
389e05c832
feat(hotkey): add the delete entire line hotkey 2022-04-24 11:57:59 +07:00
Eugene Pankov
4aa824d725
search improvements, added highlighting - fixes #5940, fixes #5032, fixes #5152 2022-04-03 15:19:22 +02:00
Eugene Pankov
cfa29acb5a
search improvements, added decorators 2022-04-03 14:31:36 +02:00
Eugene Pankov
2b12f89f31
lint 2022-02-23 20:16:12 +01:00
Eugene Pankov
7b07a67947
sorted messages, cleaned up translateParams attributes 2022-02-10 19:10:38 +01:00
Eugene Pankov
54d71adb26
debounce terminal resize events 2022-01-30 21:08:50 +01:00
Eugene Pankov
63374f532c
cleaned up terminal toolbar implementation 2022-01-29 17:20:23 +01:00
Eugene Pankov
17c93aa3fc
plug some leaks 2022-01-13 23:45:11 +01:00
Eugene Pankov
e7a9b2317d
added a "scroll to bottom" hotkey - fixes #1566 2022-01-08 19:20:51 +01:00
Eugene Pankov
0814d44207
Translation infrastructure 2022-01-08 16:03:01 +01:00
Eugene Pankov
076b1c7129
group various stream processors into middleware 2021-12-27 20:08:22 +01:00
Eugene Pankov
44cbc9298f
separated ssh session and shell session classes 2021-12-24 15:18:02 +01:00
Eugene Pankov
9856249c88
fixed #5000 - native socksv5 connection support in ssh and connection mode UI overhaul 2021-11-28 18:21:26 +01:00
Eugene Pankov
39389f77d0
added support for long-clicking for context menu when right click is set to paste (#4858) 2021-11-14 10:59:08 +01:00
Eugene Pankov
ed71b499b9
automatically trim trailing newline when pasting 2021-09-24 23:43:57 +02:00
Eugene Pankov
9d88db83ee
fixed #3961 - broadcast more actions when "focus all panes" is active 2021-09-24 23:05:05 +02:00
Eugene Pankov
02b7b12ea5
added OSC52 support (remote copy) 2021-09-19 17:02:42 +02:00
Eugene Pankov
a87d8871ad
bumped xterm, check bracketedPaste state via terminal modes 2021-09-09 23:07:18 +02:00
Eugene Pankov
d6fa3b02a9
ssh: reworked keyboard-interactive auth UI - fixes #4540 2021-09-09 22:43:39 +02:00
Eugene Pankov
5b0a7b39b7
emergency brake for spinner output 2021-08-28 16:42:11 +02:00
Eugene Pankov
da28596968
handle shift-insert through hotkeys system - fixes #3565, fixes #4451 2021-08-22 20:12:23 +02:00
Eugene Pankov
f7b0272be5
allow type aliases 2021-08-15 14:23:26 +02:00
Eugene Pankov
be0aeefdb3
Update baseTerminalTab.component.ts 2021-08-06 09:52:37 +02:00
Eugene Pankov
fa70447223
keep "disable dynamic title" while duplicating or restoring a tab - fixes #4334 2021-08-04 19:51:08 +02:00
Eugene Pankov
edd7e9c7b7
set default cancel button in message boxes 2021-08-02 21:01:35 +02:00
Eugene Pankov
a2e0db2a16
open SFTP panel in the CWD 2021-07-24 09:44:47 +02:00
Eugene Pankov
57a198b082 typing cleanup 2021-07-14 00:03:05 +02:00
Eugene Pankov
9502240480
reworked login scripts - fixes #1349 2021-07-13 20:19:28 +02:00
Eugene Pankov
8f55333d23
fixed visual layout of readline prompts 2021-07-12 22:31:17 +02:00
Eugene Pankov
4e13a601cc
tab padding fix 2021-07-07 21:33:35 +02:00
Eugene Pankov
224abcb2c4
new toolbar design 2021-07-07 20:11:38 +02:00
Eugene Pankov
403bafe0a2 lint 2021-07-06 21:47:15 +02:00
Eugene Pankov
636942ff86
updated rxjs imports 2021-07-06 09:43:16 +02:00
Eugene Pankov
89f369abe6
es2021 compilation 2021-07-06 09:40:54 +02:00
Eugene Pankov
bf762cc4c7
moved login scripts processing into tabby-terminal 2021-07-05 23:56:38 +02:00
Eugene Pankov
461cd2bec7
deprecated matchedHotkey 2021-07-05 22:52:32 +02:00
Eugene Pankov
07095f3476
moved spinner intro baseTerminalTab 2021-07-05 22:14:42 +02:00
Eugene Pankov
e17ba8c351
move createSession() into session 2021-07-04 17:11:21 +02:00
Eugene Pankov
827345d899
added a telnet client - fixes #760 2021-07-04 16:48:48 +02:00
Eugene Pankov
9155104662
moved stream processing into tabby-terminal 2021-07-04 14:05:25 +02:00