mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00

* dlg.h: Likewise. * panel.h: Likewise. * textconf.h: Likewise. * view.c: Likewise. * view.h: Likewise. * widget.c: Likewise. * main.c: Remove panel_update_marks(). Move try_to_select() ... * screen.c: ... here. Eliminate x_* functions. * main.h: Remove panel_update_marks().
9 lines
146 B
C
9 lines
146 B
C
#ifndef __TEXTCONF_H
|
|
#define __TEXTCONF_H
|
|
|
|
/* Features of the text mode edition */
|
|
|
|
extern void version (int verbose);
|
|
|
|
#endif /* __TEXTCONF_H */
|