Just a little correction at the it.po file.
[midnight-commander.git] / src / cons.saver.h
blobe75066b8178a7bfe78cdc552430ea3dc702db511
1 #ifndef __CONS_SAVER_H
2 #define __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 /* __CONS_SAVER_H */