summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-09-09 19:35:54 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-09-09 19:42:57 +0100
commit50924944274d43149267cd9238625e40b46bbfeb (patch)
tree395366fa1159a5cffa760a4ae0ce98fd9604ee84 /src/window.hh
parent7fc1564c0c15508a44abe1627002532d6ae52ae2 (diff)
Add support for target column preservation
Fixes #64
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh
index 8552c304..6e26c082 100644
--- a/src/window.hh
+++ b/src/window.hh
@@ -51,7 +51,7 @@ public:
void forget_timestamp() { m_timestamp = -1; }
ByteCoord offset_coord(ByteCoord coord, CharCount offset);
- ByteCoord offset_coord(ByteCoord coord, LineCount offset);
+ ByteCoordAndTarget offset_coord(ByteCoordAndTarget coord, LineCount offset);
private:
Window(const Window&) = delete;