summaryrefslogtreecommitdiffstats
path: root/src/cmds_edit.h
blob: 1493f28cae791f38abef79b4f8c567ceb617fdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "input.h"

void do_editmode(struct block * sb);
int start_edit_mode(struct block * buf, char type);

int for_word(int end_of_word, int delete, int big_word);
int look_for(wchar_t cb);
int back_word(int big_word);

void del_back_char();
void del_for_char();

wint_t get_key();