sc: Move prev_ysize under #ifndef SC_NO_HISTORY

Finish fdf288f39.
This commit is contained in:
Dmitry Chagin 2022-04-13 12:35:55 +03:00
parent 2f0baec1ec
commit ae18d76d61

View File

@ -315,7 +315,9 @@ sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize, int ysize,
video_info_t info;
struct winsize wsz;
u_char *font;
#ifndef SC_NO_HISTORY
int prev_ysize;
#endif
int error;
int s;