Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zilf
zilf
Commits
89b949e644d7
Commit
dd6893c2
authored
Aug 03, 2015
by
Tara McGrew
Browse files
Print room names in bold (V4+).
parent
867ccadc3bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Library/parser.zil
View file @
89b949e6
...
...
@@ -2151,7 +2151,7 @@ Returns:
MOVES"
<ROUTINE UPDATE-STATUS-LINE ("AUX" WIDTH)
<SCREEN 1>
<HLIGHT
1> ;"reverses the fg and bg colors"
<HLIGHT
,H-INVERSE>
<FAKE-ERASE>
<TELL !\ >
<COND (,HERE-LIT <TELL D ,HERE>)
...
...
@@ -2164,7 +2164,7 @@ Returns:
<TELL "Moves: ">
<PRINTN ,MOVES>
<SCREEN 0>
<HLIGHT
0
>>
<HLIGHT
,H-NORMAL
>>
;"Fills the top row with spaces."
<ROUTINE FAKE-ERASE ("AUX" CNT WIDTH)
...
...
Library/verbs.zil
View file @
89b949e6
...
...
@@ -287,7 +287,9 @@ Returns:
<DARKNESS-F ,M-LOOK>
<RFALSE>)>
;"Print the room's real name."
<VERSION? (ZIP) (ELSE <HLIGHT ,H-BOLD>)>
<TELL D .RM CR>
<VERSION? (ZIP) (ELSE <HLIGHT ,H-NORMAL>)>
;"If this is an implicit LOOK, check briefness."
<COND (<NOT .LONG>
<COND (<EQUAL? ,MODE ,SUPERBRIEF>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment