File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
inform7/Internal/Extensions/Graham Nelson/Basic Inform.i7xd/Source/Sections Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,11 @@ insert_final_newline = true
1717
1818[* .json ]
1919indent_style = space
20+ indent_size = 4
21+
22+ [inform7/Tests/Test Cases/* .txt ]
23+ indent_style = tab
24+
25+ [resources/Documentation/** .txt ]
26+ indent_style = tab
2027indent_size = 4
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ To say link (C - unicode character):
242242 (- MakeTaggedHyperlink((+ keypress hyperlink +), {-by-reference:C}, UNICODE_CHARACTER_TY); -).
243243
244244Hyperlink handling rule for a keypress hyperlink (this is the keypress hyperlink rule):
245- process a character event for (hyperlink value as a unicode character) in (window of the current glk event);
245+ replace current event with a character event with (hyperlink value as a unicode character) in (window of the current glk event initialiser );
246246
247247@h Suspending input.
248248These properties and phrases allow the author to suspend and resume input requests.
You can’t perform that action at this time.
0 commit comments