summaryrefslogtreecommitdiffstats
path: root/src/shift.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-03-27 16:38:48 -0300
committermongo <andmarti@gmail.com>2017-03-27 16:38:48 -0300
commit9b7185e328e9bc5e56951fc2023bda8d2310bfa9 (patch)
treef18cc69bbc1b47d451bdbfde9335be7d51547aa4 /src/shift.h
parent5babefe4c2ba0aaac8ad90065664765e3085617b (diff)
shift command refactor. still to go
Diffstat (limited to 'src/shift.h')
-rw-r--r--src/shift.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shift.h b/src/shift.h
index a25fafd..d90ddfe 100644
--- a/src/shift.h
+++ b/src/shift.h
@@ -4,3 +4,4 @@ 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);