git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 74cfa8c42424080e5df1c12ad709cb0c950a9e4b
parent 91006369a6510c5db029a440691dd4becaa6208b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Wed,  1 Oct 2025 16:41:49 +0300

Fix visual glitch with the console's reverse search

Diffstat:
MCocoa/GBTerminalTextFieldCell.m2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cocoa/GBTerminalTextFieldCell.m b/Cocoa/GBTerminalTextFieldCell.m @@ -204,7 +204,7 @@ NSMutableDictionary *attributes = [self.typingAttributes mutableCopy]; NSColor *color = [attributes[NSForegroundColorAttributeName] colorWithAlphaComponent:0.5]; [attributes setObject:color forKey:NSForegroundColorAttributeName]; - [[[NSAttributedString alloc] initWithString:@"Reverse search..." attributes:attributes] drawAtPoint:NSMakePoint(2, 2)]; + [[[NSAttributedString alloc] initWithString:@"Reverse search..." attributes:attributes] drawAtPoint:NSMakePoint(9, 2)]; } else { [super drawRect:dirtyRect];

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.