aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin_commandline.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin_commandline.c')
-rw-r--r--builtin_commandline.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/builtin_commandline.c b/builtin_commandline.c
index 2932d0c3..db43a18d 100644
--- a/builtin_commandline.c
+++ b/builtin_commandline.c
@@ -52,7 +52,15 @@ enum
}
;
+/**
+ Pointer to what the commandline builtin considers to be the current
+ contents of the command line buffer.
+ */
static wchar_t *current_buffer=0;
+/**
+ What the commandline builtin considers to be the current cursor
+ position.
+ */
static int current_cursor_pos = -1;
/**