summaryrefslogtreecommitdiffstats
path: root/src/shift.h
blob: d90ddfeee02da9ed07777147c7c1b5a1b88c79d4 (plain)
1
2
3
4
5
6
7
void shift_cells(int type, int arg, int delta);
void shift_cells_up(int deltarows, int deltacols);
void shift_cells_down(int deltarows, int deltacols);
void shift_cells_left(int deltarows, int deltacols);
void shift_cells_right(int deltarows, int deltacols);
void shift_range(int delta_rows, int delta_cols, int tlrow, int tlcol, int brrow, int brcol);
void shift(int r, int c, int rf, int cf, wchar_t type);