Commit graph

44 commits

Author SHA1 Message Date
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
Jan De Dobbeleer 8db4d47e45 fix: correct escape sequence replacement 2022-04-03 20:44:23 +02:00
Jan De Dobbeleer 32879eb990 fix(fish): escape hyperlinks correctly 2022-03-29 19:46:23 +02:00
Jan De Dobbeleer 8b5c2a35ca feat(transient): color template support 2022-03-25 08:54:56 +01:00
Jan De Dobbeleer 3c0c350564 refactor: separate shell init 2022-03-22 07:56:06 +01:00
Jan De Dobbeleer d4fbbaebb3 fix(title): trim ansi
resolves #1922
2022-03-14 22:16:22 +01:00
Jan De Dobbeleer df8a0fdf6d feat(ansi): allow text decoration chaining
resolves #1818
2022-02-27 07:50:18 +01:00
Jan De Dobbeleer d7e289b3bf feat(ansi): add blink, reverse and dimmed
resolves #1813
2022-02-26 11:04:44 +01:00
Jan De Dobbeleer d3d370309f fix: strip ANSI from text before measure
resolves #1744
2022-02-11 20:55:14 +01:00
Jan De Dobbeleer c34ea9c8f5 fix: exclude link on measure
resolves #1691
2022-02-05 21:41:33 +01:00
Jan De Dobbeleer 04e6579a8e refactor: count length using written text 2022-02-04 19:42:26 +01:00
Jan De Dobbeleer c86b7b62bc refactor: move color logic to module 2022-02-03 10:44:18 +01:00