[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 3 commits: Update TerminalFilter_VT100.class, fix bright background color



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
fc479ea3 by Bruce Steers at 2024-05-13T10:19:00+00:00
Update TerminalFilter_VT100.class, fix bright background color

[GB.FORM.TERMINAL]
* BUG: escape sequence bright colors 100-107 now work correctly.

notes for Ben, I changed 40 for 100 in line 266 (obvious error)
then removed duplicate thus useless Case conditions for 90-97 / 100-107 a bit further down.
- - - - -
f902e083 by Bruce Steers at 2024-05-14T15:11:53+00:00
Update TerminalAttr.class, fix rendering blue with RGB escape sequence
[GB.FORM.TERMINAL]
* BUG: using RGB color escape sequences now renders blue as expected
- - - - -
15df7eec by Benoît Minisini at 2024-05-15T13:19:19+00:00
Merge branch 'bsteers4-master-patch-33412' into 'master'

Update TerminalView, fix bright background color, render blue with RGB escapes

See merge request gambas/gambas!340
- - - - -


2 changed files:

- comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b5db8d011cfb5ed5fea0baa9667edaeac9dd1baf...15df7eec378745554c2528df401cf8313ec839e5

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b5db8d011cfb5ed5fea0baa9667edaeac9dd1baf...15df7eec378745554c2528df401cf8313ec839e5
You're receiving this email because of your account on gitlab.com.