dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.16.2 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
sewn has joined #foot
sewn has quit [Ping timeout: 258 seconds]
h-erectus has quit [Remote host closed the connection]
h-erectus has joined #foot
h-erectus has quit [Quit: h-erectus]
xd1le has quit [Quit: xd1le]
hspak has joined #foot
an3223 has quit [Remote host closed the connection]
an3223 has joined #foot
chomwitt has joined #foot
bent_fingers has quit [Quit: Connection closed for inactivity]
erectus has quit [Remote host closed the connection]
erectus has joined #foot
sewn has joined #foot
erectus has quit [Remote host closed the connection]
erectus has joined #foot
taupiqueur_shiny has joined #foot
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #foot
taupiqueur_shiny has quit [Ping timeout: 248 seconds]
taupiqueur_shiny has joined #foot
xd1le has joined #foot
chomwitt has quit [Remote host closed the connection]
baltazar has quit [Ping timeout: 240 seconds]
baltazar has joined #foot
lack has quit [Read error: Connection reset by peer]
chomwitt has joined #foot
lack has joined #foot
erectus has quit [Ping timeout: 256 seconds]
erectus has joined #foot
nrv has joined #foot
chomwitt has quit [Remote host closed the connection]
an3223 has quit [Ping timeout: 256 seconds]
an3223 has joined #foot
bapt has quit [Quit: meeena]
bapt has joined #foot
taupiqueur_shiny has quit [Remote host closed the connection]
nrv has quit [Quit: Client closed]
nrv has joined #foot
nrv has quit [Client Quit]
taupiqueur_shiny has joined #foot
Biolunar has quit [Quit: brb]
bent_fingers has joined #foot
Guest1 has joined #foot
<Guest1> Good night. I've a little problem with the accents in foot. The locales are ok in all applications and tty run ok too. But in foot i can't write accents and other  UTF8 caracters
erectus has quit [Ping timeout: 256 seconds]
Guest1 has quit [Ping timeout: 248 seconds]
erectus has joined #foot
erectus has quit [Remote host closed the connection]
erectus has joined #foot
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #foot
Biolunar has joined #foot
taupiqueur_shiny has quit [Ping timeout: 248 seconds]
bent_fingers has quit [Quit: Connection closed for inactivity]
<Consolatis> random thought: the issue regarding the underline PR seems to be the additional size requirement in struct attributes. So what if rather than the 8 byte it currently requires it would use an external index table for the given attributes combination? That would then mean that each cell now only occupies 4 bytes for the char + the size of an index for the attribute map (e.g. 4 bytes). So 8 byte per cell vs the 16 byte that is used currently.
<Consolatis> I don't think that performance during rendering would be much of an issue either as in most cases neighboring cells have shared attributes, otherwise its just a pointer to an existing array to fetch the current attributes
<Consolatis> And it would allow to extend the attributes in the future because they do not depend on the amount of cells anymore but on the amount of different attribute combinations that are in use
<Consolatis> vs the 12 bytes that are used currently*