Skip to content

Commit d9a454c

Browse files
committed
Minor updates for changes to Inform
1 parent ffe5a43 commit d9a454c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ insert_final_newline = true
1717

1818
[*.json]
1919
indent_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
2027
indent_size = 4

inform7/Internal/Extensions/Graham Nelson/Basic Inform.i7xd/Source/Sections/Glulx and Glk.w

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ To say link (C - unicode character):
242242
(- MakeTaggedHyperlink((+ keypress hyperlink +), {-by-reference:C}, UNICODE_CHARACTER_TY); -).
243243

244244
Hyperlink 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.
248248
These properties and phrases allow the author to suspend and resume input requests.

0 commit comments

Comments
 (0)