aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-05 15:21:42 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-05 15:21:42 -0800
commit85fdf587c055a912b6051abbf676724e233ebecf (patch)
tree51bcc17520ac111b27bd7ea2e161921467723a3f /screen.h
parent8d4a701f865a5176d3a5814307156c9c98419311 (diff)
When the user input contains capital letters, use its case rather than the autosuggestion's case
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/screen.h b/screen.h
index dd87b60c..a5fad9c8 100644
--- a/screen.h
+++ b/screen.h
@@ -180,16 +180,6 @@ public:
\param cursor_pos where the cursor is
*/
void s_write(screen_t *s,
- const wchar_t *left_prompt,
- const wchar_t *right_prompt,
- const wchar_t *commandline,
- size_t explicit_len,
- const int *colors,
- const int *indent,
- size_t cursor_pos);
-
-
-void s_write(screen_t *s,
const wcstring &left_prompt,
const wcstring &right_prompt,
const wcstring &commandline,