diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index be6c2fbecbb..1957e3b7e7e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -101,6 +101,7 @@ struct frame_glyphs | |||
| 101 | 101 | ||
| 102 | /* When representing a desired frame, | 102 | /* When representing a desired frame, |
| 103 | enable[n] == 0 means that line n is same as current frame. | 103 | enable[n] == 0 means that line n is same as current frame. |
| 104 | Between updates, all lines should be disabled. | ||
| 104 | When representing current frame contents, | 105 | When representing current frame contents, |
| 105 | enable[n] == 0 means that line n is blank. */ | 106 | enable[n] == 0 means that line n is blank. */ |
| 106 | char *enable; | 107 | char *enable; |