diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-09-09 19:35:54 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-09-09 19:42:57 +0100 |
| commit | 50924944274d43149267cd9238625e40b46bbfeb (patch) | |
| tree | 395366fa1159a5cffa760a4ae0ce98fd9604ee84 /src/buffer.hh | |
| parent | 7fc1564c0c15508a44abe1627002532d6ae52ae2 (diff) | |
Add support for target column preservation
Fixes #64
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index e9feff66..375b83de 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -136,7 +136,7 @@ public: ByteCoord clamp(ByteCoord coord) const; ByteCoord offset_coord(ByteCoord coord, CharCount offset); - ByteCoord offset_coord(ByteCoord coord, LineCount offset); + ByteCoordAndTarget offset_coord(ByteCoordAndTarget coord, LineCount offset); const String& name() const { return m_name; } String display_name() const; |
