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

Adhoc build 3.0.20160813_231836

parent 91f7f38c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -629,6 +629,9 @@ void ConvertCharsToGraphicsCharset(screen_char_t *s, int len)
}
 
NSDictionary *ScreenCharEncodedRestorableState(void) {
NSLog(@"Complex char map: %@", complexCharMap);
NSLog(@"Inverse complex char map: %@", inverseComplexCharMap);
NSLog(@"Encodable image map: %@", gEncodableImageMap);
return @{ kScreenCharComplexCharMapKey: complexCharMap ?: @{},
kScreenCharInverseComplexCharMapKey: inverseComplexCharMap ?: @{},
kScreenCharImageMapKey: gEncodableImageMap ?: @{},
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