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
Merge branch '132_search_skip_hidden'
[midnight-commander.git]
/
src
/
command.h
blob
920b0b6688ded9275a21d712d9979490b02b8954
1
#ifndef MC_COMMAND_H
2
#define MC_COMMAND_H
3
4
#include
"widget.h"
5
6
extern
WInput
*
cmdline
;
7
8
WInput
*
command_new
(
int
y
,
int
x
,
int
len
);
9
void
do_cd_command
(
char
*
cmd
);
10
void
command_insert
(
WInput
*
in
,
const char
*
text
,
int
insert_extra_space
);
11
12
#endif