diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-07-24 01:34:00 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-07-24 01:34:00 +0200 |
| commit | 8633a37dad814ef16291cf153cf037f43399e1a7 (patch) | |
| tree | c8a1a2fb948e65a07d2963d420a4334cc192f593 /src/display_buffer.hh | |
| parent | c7e52a650ddaf90309f9fd46de1b6e01c30fc2df (diff) | |
Try to keep the selection start visible if possible
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 27fa9a08..37958880 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -122,11 +122,11 @@ struct DisplayAtom }; using BufferRange = std::pair<BufferCoord, BufferCoord>; +using AtomList = std::vector<DisplayAtom>; class DisplayLine { public: - using AtomList = std::vector<DisplayAtom>; using iterator = AtomList::iterator; using const_iterator = AtomList::const_iterator; |
