aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:07:22 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2014-01-15 15:07:22 +0100
commitc8d5131a42b8117987d2a278d69edb21a7cf9383 (patch)
tree9b4d363e2567d98656a2a80b22281aca731ded0a /screen.cpp
parentfc21bb6eda40045b28dbd865346cad80aa3d6274 (diff)
Add experimental support for selection and visual mode
Diffstat (limited to 'screen.cpp')
-rw-r--r--screen.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/screen.cpp b/screen.cpp
index 711aebab..9db678ff 100644
--- a/screen.cpp
+++ b/screen.cpp
@@ -1234,7 +1234,9 @@ void s_write(screen_t *s,
size_t explicit_len,
const int *colors,
const int *indent,
- size_t cursor_pos)
+ size_t cursor_pos,
+ size_t sel_start_pos,
+ size_t sel_stop_pos)
{
screen_data_t::cursor_t cursor_arr;