Comment 1 for bug 315871

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: Increase MAX_WINMSG_REND constant from 16 to 64

To reproduce this bug, simply put the following two lines in your ~/.screen/rc:

hardstatus alwayslastline
hardstatus string '%{Wr}1%{Wk}2%{Wr}3%{Wk}4%{Wr}5%{Wk}6%{Wr}7%{Wk}8%{Wr}9%{Wk}10%{Wr}11%{Wk}12%{Wr}13%{Wk}14%{Wr}15%{Wk}16%{Wr}17%{Wk}18%{Wr}19%{Wk}20%{= Wk}'

This string simply prints the numbers 1-20 across the bottom of your screen, alternating colors red and black. You will notice that after number 16, format attributes are simply dropped.

:-Dustin