Jan De Dobbeleer
|
ef16b1cd3a
|
refactor(color): move background Template to colors
|
2024-07-25 21:03:10 +02:00 |
|
Jan De Dobbeleer
|
822e2b5b48
|
refactor: merge net and http under runtime module
|
2024-07-04 11:05:24 +02:00 |
|
Jan De Dobbeleer
|
05251e1ac3
|
refactor(platform): rename to runtime
|
2024-07-04 11:05:24 +02:00 |
|
Jan De Dobbeleer
|
ee9bdf4761
|
refactor: move color to module
|
2024-07-04 11:05:24 +02:00 |
|
Jan De Dobbeleer
|
48d8a522bf
|
refactor: rename color module to ansi
|
2023-01-05 17:54:32 +01:00 |
|
Jan De Dobbeleer
|
005445b9fe
|
refactor(ansi): rewrite ansi and writer
|
2023-01-05 17:54:32 +01:00 |
|
Jan De Dobbeleer
|
e957e5f8cc
|
fix(fish): do not fix fish bug for hyperlinks
|
2023-01-02 20:09:08 +01:00 |
|
Jan De Dobbeleer
|
77d5c9ed95
|
refactor(ansi): do not allow plain GOOS override
|
2023-01-02 19:23:38 +01:00 |
|
Jan De Dobbeleer
|
ce7b7f1501
|
fix(fish): different hyperlink format on linux
|
2023-01-02 18:36:13 +01:00 |
|
Jan De Dobbeleer
|
784b5f1492
|
fix(colors): fallback to transparent on empty colors
resolves #3276
|
2022-12-31 12:30:16 +01:00 |
|
Jan De Dobbeleer
|
023546fe37
|
chore(go): rename module
|
2022-12-28 20:17:59 +01:00 |
|
Jan De Dobbeleer
|
8cd8c9a7be
|
feat(color): do not clear parent colors
|
2022-12-28 17:14:29 +01:00 |
|
maxlandon
|
edc02ddb48
|
refactor(engine): new instantiation function
this commit adds a function to instantiate a new prompt engine
to be used within a Go application (typically a readline shell)
|
2022-12-20 20:14:13 +01:00 |
|
Jan De Dobbeleer
|
1e50107ff6
|
fix(warp): support newlines
|
2022-12-08 11:37:04 +01:00 |
|
Jan De Dobbeleer
|
a86ab4f525
|
fix(color): validate number range
|
2022-12-06 21:31:00 +01:00 |
|
Jan De Dobbeleer
|
20462aa50f
|
fix(colors): support 256 palette
resolves #3175
|
2022-12-06 20:30:40 +01:00 |
|
Ted Reed
|
1c7db480f9
|
feat(shell): osc51 support
working directory OSC for emacs-libvterm
|
2022-11-27 10:14:55 +01:00 |
|
Jan De Dobbeleer
|
f1e699f5b3
|
fix(hyperlink): parse links correctly
resolves #3082
|
2022-11-16 09:20:43 +01:00 |
|
Jan De Dobbeleer
|
18f6db017a
|
chore: rename environment to platform
|
2022-11-11 20:23:52 +01:00 |
|
Jan De Dobbeleer
|
3efa4df088
|
feat(palette): conditional palettes
|
2022-10-14 20:25:00 +02:00 |
|
LNK LEO
|
4b6b128d74
|
feat(connection): new segment
BREAKING CHANGE: this will need a manual migration from the wifi
segment to the new connection segment.
|
2022-10-05 16:16:17 +02:00 |
|
Jan De Dobbeleer
|
52f4ae662d
|
fix(ansi): return original text on [ only strings
resolves #2739
|
2022-09-02 16:37:29 +02:00 |
|
Jan De Dobbeleer
|
336f351b98
|
fix(link): allow multiple links in segment text
|
2022-09-02 10:04:22 +02:00 |
|
L. Yeung
|
c0935c87f2
|
fix(shell): escape special characters correctly
|
2022-08-28 08:35:54 +02:00 |
|
Jan De Dobbeleer
|
eabe6b3a7a
|
fix(bash): escape console title sequences
resolves #2702
|
2022-08-27 21:56:30 +02:00 |
|
L. Yeung
|
cc1850cfd1
|
revert(bash): use \001 and \002 as decoration wrapper
This reverts commit 4d1f8f4 .
|
2022-08-10 13:21:00 +02:00 |
|
Jan De Dobbeleer
|
5f063e80f3
|
chore(lint): nolint should be written without leading space
|
2022-08-05 08:38:17 +02:00 |
|
Jan De Dobbeleer
|
4d1f8f4ea0
|
refactor(bash): use \001 and \002 as decoration wrapper
|
2022-08-05 08:38:17 +02:00 |
|
lnu
|
69856f4464
|
fix(ansi): correct osc7 typo
extra \ removed
|
2022-07-29 09:49:27 +02:00 |
|
Jan De Dobbeleer
|
7d0ac0a930
|
fix(ansi): correct osc7 format
relates to #2515
|
2022-07-29 08:51:50 +02:00 |
|
Jan De Dobbeleer
|
fe2e5fd1d3
|
fix(osc7): correct format
relates to #2515
|
2022-07-26 08:34:01 +02:00 |
|
Jan De Dobbeleer
|
859fd0bbef
|
feat: add osc7 support
resolves #2515
|
2022-07-13 13:59:21 +02:00 |
|
Jan De Dobbeleer
|
24d2ef4767
|
feat(templates): advanced templates logic
resolves #2491
|
2022-07-08 12:09:22 +02:00 |
|
L. Yeung
|
65192cb065
|
fix(text): improve effective text width measuring
|
2022-07-03 19:01:33 +02:00 |
|
Jan De Dobbeleer
|
82b83d1fa4
|
feat: support 256 colors
resolves #2429
|
2022-06-22 08:18:59 +02:00 |
|
Jan De Dobbeleer
|
d8b979ec3b
|
fix(bash): escape rprompt entirely
closes #2398
|
2022-06-16 19:38:12 +02:00 |
|
Jan De Dobbeleer
|
992add9a78
|
refactor: remove shell name from plain init
|
2022-06-16 19:38:12 +02:00 |
|
Jan De Dobbeleer
|
b22dd21fa5
|
feat(winreg): additional value support
|
2022-06-07 07:09:32 +02:00 |
|
Jan De Dobbeleer
|
42be6ab608
|
fix(accent): get correct accent color on Windows
|
2022-05-29 00:39:02 +02:00 |
|
Jan De Dobbeleer
|
3279821d0b
|
feat(cli): get accent color
|
2022-05-22 19:31:15 +02:00 |
|
Jan De Dobbeleer
|
a51716d5ac
|
feat(windows): accent color
|
2022-05-22 10:36:10 +02:00 |
|
Jan De Dobbeleer
|
37dd466adf
|
feat: support overline
|
2022-05-20 21:59:41 +02:00 |
|
Jan De Dobbeleer
|
ba4968107f
|
fix(fish): escape link text correctly
|
2022-05-16 07:05:22 +02:00 |
|
Jan De Dobbeleer
|
2553df51f9
|
refactor(text): escape segment text
|
2022-05-16 07:05:22 +02:00 |
|
Jan De Dobbeleer
|
1b32fa0f9a
|
fix: color terminal background correctly
resolves #2215
|
2022-05-06 12:28:48 +02:00 |
|
Jan De Dobbeleer
|
a2f5016e77
|
fix(fish): escape all prompt sequences
|
2022-04-26 20:05:53 +02:00 |
|
Jan De Dobbeleer
|
2b4b1a8618
|
fix(bash): correct escape sequence for blink
resolves #2101
|
2022-04-16 21:25:43 +02:00 |
|
L. Yeung
|
00cab2e568
|
fix(zsh): escape hyperlinks correctly
|
2022-04-14 21:25:50 +02:00 |
|
Jan De Dobbeleer
|
e4a60aa070
|
fix(fish): escape known sequences
|
2022-04-04 12:39:24 +02:00 |
|
Jan De Dobbeleer
|
ba94d5b584
|
fix: measure hyperlinks correctly
|
2022-04-03 20:44:23 +02:00 |
|