repo.or.cz
/
eco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix wrong current column position in the status line.
[eco.git]
/
kill.h
blob
c3279f312bfcc91082a7e5a1f5db916f416aec90
1
/*
2
* Copyright (C) 2008 Diego Hernan Borghetti.
3
* Eco
4
*/
5
6
#ifndef _ECO_KILL_H
7
#define _ECO_KILL_H
8
9
void
e_kill_init
(
void
);
10
void
e_kill_end
(
void
);
11
12
void
e_kill_cut
(
E_Line
*
ln
);
13
void
e_kill_paste
(
E_Buffer
*
bf
);
14
void
e_kill_clean
(
void
);
15
16
#endif
/* _ECO_KILL_H */