summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-01-09 13:52:11 +0100
committertomsmeding <tom.smeding@gmail.com>2017-01-09 13:55:58 +0100
commit5b91fe424ee7358367f998af8c1903362f9e2abd (patch)
treee6941715a3fbd4b82a6420f978edacf7e862d88a /buffer.h
parent4addb711c6a1a282b0a59bf03e850a86ba2ead69 (diff)
Bugfixing
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h1
1 files changed, 1 insertions, 0 deletions
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`