(cell)
| 38 | } |
| 39 | |
| 40 | function visible(cell) |
| 41 | { |
| 42 | if (cell.t) |
| 43 | { |
| 44 | cell.t.bg = enums.prepare_bg_flags(cell.t.bg || 0); |
| 45 | return !cell.t.bg.UNSEEN && !cell.t.bg.MM_UNSEEN; |
| 46 | } |
| 47 | return false; |
| 48 | } |
| 49 | |
| 50 | function touch(x, y) |
| 51 | { |
no outgoing calls
no test coverage detected