Commit 4d1f6af329d8c0aff4e62ee3fd5cf44c8ea57fa6

Omar Polo 2022-06-17T08:51:16

account for the vborder in draw_commit the vborder is drawn on top of the window and that can cause issues with double-width characters. Instead, account for it when computing the space available for the log message. ok stsp@