From 50924944274d43149267cd9238625e40b46bbfeb Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 9 Sep 2014 19:35:54 +0100 Subject: Add support for target column preservation Fixes #64 --- src/buffer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buffer.hh') 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; -- cgit v1.2.3