repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ticket #2229: speed up of up/down moving in viewer in wrapped mode.
[midnight-commander.git]
/
src
/
info.h
blob
e0bd9fdd2a3a34744d4bd6cedac5e64a67d567d9
1
2
/** \file info.h
3
* \brief Header: panel managing
4
*/
5
6
#ifndef MC_INFO_H
7
#define MC_INFO_H
8
9
struct
WInfo
;
10
typedef
struct
WInfo WInfo
;
11
12
WInfo
*
info_new
(
int
y
,
int
x
,
int
lines
,
int
cols
);
13
14
#endif
/* MC_INFO_H */