(p []byte)
| 1924 | if strings.TrimSpace(b.ModalText) != "" { |
| 1925 | modalEnd := nextStart + layout.ModalLines + 1 |
| 1926 | if y >= nextStart && y <= modalEnd { |
| 1927 | return "modal" |
| 1928 | } |
| 1929 | } |
| 1930 | return b.activeScrollPane() |
| 1931 | } |
| 1932 | |
| 1933 | type fullscreenTranscriptWriter struct { |
| 1934 | backend *FullscreenRendererBackend |