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
updated the .TP cleanup for coherency in the key description pages.
[midnight-commander.git]
/
src
/
command.h
blob
34d87475962fb11756d0f63bf59a4b7340aaa4cd
1
#ifndef __COMMAND_H
2
#define __COMMAND_H
3
4
extern
WInput
*
cmdline
;
5
6
WInput
*
command_new
(
int
y
,
int
x
,
int
len
);
7
void
do_cd_command
(
char
*
cmd
);
8
void
command_insert
(
WInput
*
in
,
char
*
text
,
int
insert_extra_space
);
9
10
#endif
/* __COMMAND_H */