From 5b91fe424ee7358367f998af8c1903362f9e2abd Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Mon, 9 Jan 2017 13:52:11 +0100 Subject: Bugfixing --- buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'buffer.h') diff --git a/buffer.h b/buffer.h index 19b81ee..fd9b062 100644 --- a/buffer.h +++ b/buffer.h @@ -19,6 +19,7 @@ class Buffer{ struct Cell{ char c; bool special; + i64 linex; //position in line }; struct ScreenLine{ i64 line,part; //part: n'th screen line of the logical line `line` -- cgit v1.2.3-54-g00ecf