diff options
Diffstat (limited to 'src/window.cc')
| -rw-r--r-- | src/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc index 54d618f8..e73ef4f1 100644 --- a/src/window.cc +++ b/src/window.cc @@ -214,7 +214,7 @@ void Window::update_display_buffer() { DisplayAtom atom; atom.content = m_buffer.string(sel.begin(), sel.end()); - atom.attribute = UNDERLINE; + atom.attribute = Underline; m_display_buffer.append(atom); } current_position = sel.end(); |
