diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-10-05 14:28:20 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-10-05 14:28:20 +0000 |
| commit | cf162ae6170146e58f209f7a5c202d725e67ce2c (patch) | |
| tree | 25873843440ee4de2aea6f42a88fcedcf7df7392 /src | |
| parent | ff730380ed2e093a9cf06ae53a5d3dbba76e5f1e (diff) | |
draw_window: add a space for eol, so that selected eol are visible
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index 12513d0e..6d5ccd7f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -101,6 +101,7 @@ void draw_window(Window& window) if (end != std::string::npos) { + addch(' '); position.line = position.line + 1; position.column = 0; pos = end + 1; |
