summaryrefslogtreecommitdiff
path: root/ed.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-19 16:12:48 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-19 16:12:48 +0900
commit18234bf8e675319af2c7ed3e4e46060113e73d16 (patch)
treeb130ef034a57023fb791742a766be699b80d0abd /ed.h
parentae28df49e293e060f1f58a1c2ad07dee829042e4 (diff)
downloaded-18234bf8e675319af2c7ed3e4e46060113e73d16.tar.gz
ed-18234bf8e675319af2c7ed3e4e46060113e73d16.tar.bz2
ed-18234bf8e675319af2c7ed3e4e46060113e73d16.zip
Imported Upstream version 1.12upstream/1.12
Diffstat (limited to 'ed.h')
-rw-r--r--ed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ed.h b/ed.h
index ab94047..43cd355 100644
--- a/ed.h
+++ b/ed.h
@@ -37,7 +37,7 @@ typedef struct line /* Line node */
struct line * q_forw;
struct line * q_back;
long pos; /* position of text in scratch buffer */
- int len; /* length of line */
+ int len; /* length of line ('\n' is not stored) */
}
line_t;