Commit b099df5
authored
set_term() accepted a screen returned by new_prescr(), which has no
terminal, and the next refresh crashed inside curses. Raise
curses.error instead.
1 parent 92efaff commit b099df5Copy full SHA for b099df5
3 files changed
+20-1Lines changed: 20 additions & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Doc/library
- Lib/test
- Modules
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2Lines changed: 2 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
129 | 129 | |
130 | 130 | |
131 | 131 | |
| 132 | + |
| 133 | + |
132 | 134 | |
133 | 135 | |
134 | 136 | |
|
Collapse file
+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3072 | 3072 | |
3073 | 3073 | |
3074 | 3074 | |
| 3075 | + |
| 3076 | + |
| 3077 | + |
| 3078 | + |
| 3079 | + |
| 3080 | + |
| 3081 | + |
| 3082 | + |
| 3083 | + |
| 3084 | + |
| 3085 | + |
3075 | 3086 | |
3076 | 3087 | |
3077 | 3088 | |
|
Collapse file
+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6850 | 6850 | |
6851 | 6851 | |
6852 | 6852 | |
| 6853 | + |
| 6854 | + |
| 6855 | + |
| 6856 | + |
| 6857 | + |
| 6858 | + |
| 6859 | + |
6853 | 6860 | |
6854 | 6861 | |
6855 | 6862 | |
6856 | 6863 | |
6857 | | - |
6858 | 6864 | |
6859 | 6865 | |
6860 | 6866 | |
|
0 commit comments