]> granicus.if.org Git - nethack/commit
streamlined status update for 'time'
authorPatR <rankin@nethack.org>
Sun, 31 Mar 2019 15:23:36 +0000 (08:23 -0700)
committerPatR <rankin@nethack.org>
Sun, 31 Mar 2019 15:23:36 +0000 (08:23 -0700)
commit0a847f46f9755a29ba24fcca1c4f28a9b0a34543
tree101fe3b8c127381ab137c337b878040a829fb80e
parentc8fdb040cbd7a705ac8d03fe4d78da783bad6863
streamlined status update for 'time'

When the 'time' option is on and context.botl isn't already set,
call a simpler status update routine that ignores all other fields.
When that flag is already set, full status update takes care of time
along with the other fields.

Expected to reduce bottom lines processing time but not screen I/O.
Only lightly tested.
doc/fixes36.2
include/extern.h
include/flag.h
src/allmain.c
src/botl.c
src/display.c
src/end.c