* sldisply.c (SLtt_initialize): Fix typo. Change Is_Bg_BGR
[midnight-commander.git] / src / cons.saver.h
blob4fd06f8e727b2b658f7048b1006f71e90d34a1c3
1 #ifndef MC_CONS_SAVER_H
2 #define MC_CONS_SAVER_H
4 enum {
5 CONSOLE_INIT = '1',
6 CONSOLE_DONE,
7 CONSOLE_SAVE,
8 CONSOLE_RESTORE,
9 CONSOLE_CONTENTS
12 #ifndef LINUX_CONS_SAVER_C
13 /* Used only in mc, not in cons.saver */
15 extern signed char console_flag;
17 void show_console_contents (int starty, unsigned char begin_line, unsigned char end_line);
18 void handle_console (unsigned char action);
20 void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2);
21 int look_for_rxvt_extensions (void);
23 extern int cons_saver_pid;
24 #endif /* !LINUX_CONS_SAVER_C */
26 #endif