xW: print the separator line at the end of buffer
This commit is contained in:
parent
05a41b2629
commit
46be4836df
|
@ -695,7 +695,7 @@ buffer_print_line(std::vector<BufferLine>::const_iterator begin,
|
|||
static void
|
||||
buffer_print_separator()
|
||||
{
|
||||
bool sameline = !GetWindowTextLength(g.hwndBuffer);
|
||||
bool sameline = !buffer_reset_selection();
|
||||
|
||||
CHARFORMAT2 format = default_charformat();
|
||||
format.dwEffects &= ~CFE_AUTOCOLOR;
|
||||
|
|
Loading…
Reference in New Issue