From: Pat Thoyts <hidden> Date: 2016-06-15 22:50:04
Suggested-by: Bert Wesarg <redacted>
Signed-off-by: Pat Thoyts <redacted>
---
I left underline out because I reckon it would just make text harder to
read on a gui display. It seems like the option would only be useful on
monochrome terminals.
If we do want to support underlines in the diff view window then we can
have a different tag rather than replicating each color to get a
underlined version of the same color.
Something like the following should do it:
git-gui.sh | 1 +
lib/diff.tcl | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
On Fri, Nov 19, 2010 at 11:00, Pat Thoyts
[off-list ref] wrote:
Suggested-by: Bert Wesarg <redacted>
Signed-off-by: Pat Thoyts <redacted>
---
I left underline out because I reckon it would just make text harder to
read on a gui display. It seems like the option would only be useful on
monochrome terminals.
If we do want to support underlines in the diff view window then we can
have a different tag rather than replicating each color to get a
underlined version of the same color.
Something like the following should do it:
Thanks for this simple implementation. My only concern left is the
ordering. If we have '\033[7;4;30m' than we end up using 'clri4' as
tag, which does not exists. I suspect that git does not produce such
unordered attributes. But for clarity I would suggest to keep my lsort
around the split command.
Bert
On Fri, Nov 19, 2010 at 11:00, Pat Thoyts
[off-list ref] wrote:
Suggested-by: Bert Wesarg <redacted>
Signed-off-by: Pat Thoyts <redacted>
---
I left underline out because I reckon it would just make text harder to
read on a gui display. It seems like the option would only be useful on
monochrome terminals.
If we do want to support underlines in the diff view window then we can
have a different tag rather than replicating each color to get a
underlined version of the same color.
Something like the following should do it:
From: Pat Thoyts <redacted>
From: Pat Thoyts <redacted>
Suggested-by: Bert Wesarg <redacted>
Signed-off-by: Pat Thoyts <redacted>
Signed-off-by: Bert Wesarg <redacted>
---
I left underline out because I reckon it would just make text harder to
read on a gui display. It seems like the option would only be useful on
monochrome terminals.
If we do want to support underlines in the diff view window then we can
have a different tag rather than replicating each color to get a
underlined version of the same color.
Something like the following should do it:
---
git-gui.sh | 1 +
lib/diff.tcl | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)