diff options
| -rw-r--r-- | boxes.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -658,7 +658,7 @@ static box *rootBox; // Parent of the rest of the boxes, or the only box. Alway | |||
| 658 | static box *currentBox; | 658 | static box *currentBox; |
| 659 | static view *commandLine; | 659 | static view *commandLine; |
| 660 | static int commandMode; | 660 | static int commandMode; |
| 661 | static /*sigatomic_t*/ volatile int sigWinch; | 661 | static volatile sig_atomic_t sigWinch; |
| 662 | 662 | ||
| 663 | #define MEM_SIZE 128 // Chunk size for line memory allocation. | 663 | #define MEM_SIZE 128 // Chunk size for line memory allocation. |
| 664 | 664 | ||
