Skip to content
Snippets Groups Projects
Commit 7487e299 authored by George Nachman's avatar George Nachman
Browse files

Change tmux version to 0.5 for mountainlion release

parent 9c1fcf9c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -734,8 +734,8 @@ static VT100TCC decode_underscore(unsigned char *datap,
}
 
if (found && [result.u.string hasPrefix:@"tmux"]) {
if ([result.u.string isEqualToString:@"tmux1.0"] ||
[result.u.string hasPrefix:@"tmux1.0;"]) {
if ([result.u.string isEqualToString:@"tmux0.5"] ||
[result.u.string hasPrefix:@"tmux0.5;"]) {
result.type = UNDERSCORE_TMUX1;
} else if ([result.u.string hasPrefix:@"tmux"]) {
result.type = UNDERSCORE_TMUX_UNSUPPORTED;
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