Skip to content
Snippets Groups Projects
Commit 89de65e3 authored by Tom Feist's avatar Tom Feist
Browse files

Merge branch 'dev' into project-reorganisation

parents f1383ea6 270dd491
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2621,7 +2621,7 @@ static VT100TCC decode_string(unsigned char *datap,
if (shape >= 0 && shape < sizeof(shapeMap)/sizeof(int)) {
[[[SCREEN session] TEXTVIEW] setCursorType:shapeMap[shape]];
}
} else if ([key isEqualToString:@"BounceDockIcon"]) {
} else if ([key isEqualToString:@"RequestAttention"]) {
if ([value boolValue]) {
shouldBounceDockIcon = [NSApp requestUserAttention:NSCriticalRequest];
} else {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment