aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-25 01:26:58 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-25 01:26:58 -0800
commitcf11d1e4e60e49f11c03f6991991e08d8192b786 (patch)
tree52d2254c392d590c1cc63a0f0a549fd6e4f46d2e /reader.cpp
parente557327860d5dadd952f410e5bebc112fa4289f5 (diff)
Additional changes to try to improve line wrapping
Diffstat (limited to 'reader.cpp')
-rw-r--r--reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.cpp b/reader.cpp
index 6327ad4b..cf5e4450 100644
--- a/reader.cpp
+++ b/reader.cpp
@@ -2847,7 +2847,7 @@ const wchar_t *reader_readline()
{
coalescing_repaints = true;
exec_prompt();
- s_reset(&data->screen, screen_reset_current_line_contents);
+ s_reset(&data->screen, screen_reset_current_line_and_prompt);
reader_repaint();
}
break;