You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many colors to change but dont want to change pen to match underlying character every time.
A simple addition would allow writing color values without changing text?
But this doesn't work.
Any help?
# Clort change color
if ($key eq 'w') {
&writecol;
return 1;
}
...
sub writecol { # Clort changes color to current color, we hope
$charmap->[$pos[0]][$pos[1]] = [@charmode];
# dont actually printit print &printchar(@charmode);
The text was updated successfully, but these errors were encountered:
I have many colors to change but dont want to change pen to match underlying character every time.
A simple addition would allow writing color values without changing text?
But this doesn't work.
Any help?
The text was updated successfully, but these errors were encountered: