From: Daniel Hahler <[email protected]>
This keeps attributes for the TAB character, e.g. with:
printf '\e[7mfoo\n\tbar'
---
src/screen.C | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/screen.C b/src/screen.C
index f3c6d576..4296eace 100644
--- a/src/screen.C
+++ b/src/screen.C
@@ -1109,7 +1109,7 @@ rxvt_term::scr_tab (int count, bool ht) NOTHROW
// buffer so they can be selected and pasted.
if (ht && option (Opt_pastableTabs))
{
- base_rend = SET_FONT (base_rend, 0);
+ base_rend = SET_FONT (rstyle, 0);
l.touch (x);
--
2.15.1
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/rxvt-unicode