BBS:      TELESC.NET.BR
Assunto:  src/conio/bitmap_con.c
De:       Deuc¨
Data:     Sun, 3 May 2026 06:45:55 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/114aa41696ff4148c46e6ad8
Modified Files:
	src/conio/bitmap_con.c
Log Message:
Fix incorrect colour set on scrolled lines

When a screen was being scrolled, the fill colour for newly filled
lines was being passed through color_value() which is for draw
rectangles, not screen pixels.

The result of this is that they're effectively always drawn as a
near-black colour regardless of the current foreground colour.

If the RGB value of the current background colour is beyond the
end of the palette, SyncTERM will flood stderr with "Invalid colour
value:" messages and the cells will be rendered with a black
background.

This is broken in v1.8 :(
Fixes ticket 248
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]