diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-03-13 19:33:30 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-03-13 19:33:42 +0100 |
| commit | bba6cce573d46b02dbb207b005721b370cab1698 (patch) | |
| tree | 8af38b347b29aee7bac14e61db29f89a3a1f98d8 /src/history.h | |
| parent | 7146f1c08cf06c5865181f6e45b70505ca89d7a2 (diff) | |
| download | tmus-bba6cce573d46b02dbb207b005721b370cab1698.tar.gz tmus-bba6cce573d46b02dbb207b005721b370cab1698.zip | |
Add initial rudimentary grapheme support
Diffstat (limited to 'src/history.h')
| -rw-r--r-- | src/history.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h index 01f9ffc..c006d4a 100644 --- a/src/history.h +++ b/src/history.h @@ -8,6 +8,7 @@ struct inputln { char *buf; int len, cap; int cur; + int curpos; struct list_link link; }; |
