Menu

#59 SVN builds from R4792 on do not display colors in extended screens

GC 3.x
closed
screen (4)
5 - default
2022-12-03
2022-10-24
No

SCREENIO.C

I created the patch with Winmerge, it is a 1 character change on line 368. Change the OR operator to an AND operator to turn off the high order bits. I did check the revisions up to R4804 and the SCREENIO.C code has not changed since R4792 so we should be able to add this patch to the R4804 revision.

368c368
< switch (cob_get_int (f) & 7) {


switch (cob_get_int (f) | 7) {

Discussion

  • Simon Sobisch

    Simon Sobisch - 2022-10-24

    Totally correct, anyone with svn acces may commit that to the 3.x branch and if Arnold does a build should apply it, too, please drop him a note

     
  • Arnold Trembley

    Arnold Trembley - 2022-10-25

    I'm not sure how to update SVN, and to be fair, it was Chuck who actually found the spot to fix. But I should be able to apply the patch in source while building the preview.

    Thanks very much, everyone!

     
  • Simon Sobisch

    Simon Sobisch - 2022-12-03
    • labels: --> screen
    • status: open --> closed
    • assigned_to: Chuck H.
     
  • Simon Sobisch

    Simon Sobisch - 2022-12-03

    Should be fixed with [r4841]

     

    Related

    Commit: [r4841]


Log in to post a comment.