[PATCH 0/4] Fixes to allow using terminfo for colors on st
[Thread Prev] | [Thread Next]
- Subject: [PATCH 0/4] Fixes to allow using terminfo for colors on st
- From: "S. Gilles" <sgilles@xxxxxxxxxxxx>
- Reply-to: myrddin-dev@xxxxxxxxxxxxxx
- Date: Thu, 26 Oct 2017 21:06:41 -0400
- To: "myrddin-dev" <myrddin-dev@xxxxxxxxxxxxxx>
- Cc: "S. Gilles" <sgilles@xxxxxxxxxxxx>
These are to address some rough edges I found while testing Ori's
patch to use colors via terminfo entries. This mostly stems from
handling complex entries like:
setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m
The fourth patch here is a modified form of the patch from Ori I
tested, augmented with some irritating logic to handle termdraw.Default
specially.
S. Gilles (4):
Allow litint with nontrivial start
Reorder binary operations
Allow multi-arm conditionals
Use Set_a_foreground and Set_a_background for colors
term.myr | 46 +++++++++++++++++++++++++++++---------
test/tifmt.myr | 35 ++++++++++++++++++++++++++---
tifmt.myr | 70 ++++++++++++++++++++++++++++++++++++++++------------------
3 files changed, 116 insertions(+), 35 deletions(-)
--
2.14.3
| [PATCH 1/4] Allow litint with nontrivial start | "S. Gilles" <sgilles@xxxxxxxxxxxx> |
| [PATCH 2/4] Reorder binary operations | "S. Gilles" <sgilles@xxxxxxxxxxxx> |
| [PATCH 3/4] Allow multi-arm conditionals | "S. Gilles" <sgilles@xxxxxxxxxxxx> |
| [PATCH 4/4] Use Set_a_foreground and Set_a_background for colors | "S. Gilles" <sgilles@xxxxxxxxxxxx> |
| Re: [PATCH 0/4] Fixes to allow using terminfo for colors on st | Ori Bernstein <ori@xxxxxxxxxxxxxx> |
- Prev by Date: Re: [PATCH] implement graphemewidth
- Next by Date: [PATCH 1/4] Allow litint with nontrivial start
- Previous by thread: Re: [PATCH v3] Implement graphemewidth
- Next by thread: [PATCH 1/4] Allow litint with nontrivial start
- Index(es):