^X command */
| 2006 | |
| 2007 | /* ^X command */ |
| 2008 | int |
| 2009 | doattributes(void) |
| 2010 | { |
| 2011 | int mode = BASICENLIGHTENMENT; |
| 2012 | |
| 2013 | /* show more--as if final disclosure--for wizard and explore modes */ |
| 2014 | if (wizard || discover) |
| 2015 | mode |= MAGICENLIGHTENMENT; |
| 2016 | |
| 2017 | enlightenment(mode, ENL_GAMEINPROGRESS); |
| 2018 | return ECMD_OK; |
| 2019 | } |
| 2020 | |
| 2021 | void |
| 2022 | youhiding(boolean via_enlghtmt, /* enlightenment line vs topl message */ |
nothing calls this directly
no test coverage detected