March 20, 2026
10:13 a.m.
eric pouech (@epo) commented about programs/conhost/conhost.c:
+ { + is_bright = TRUE; + value -= 60; + } + switch (value) + { + case 30: + case 31: + case 32: + case 33: + case 34: + case 35: + case 36: + case 37: + { + len -= seq_len; since you mostly decrease len and increase seq at the same time, it looks to me you can get rid of one of the two variables
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9973#note_133065