summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
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`