summaryrefslogtreecommitdiff
path: root/sys/src/cmd/samterm/samterm.h
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-04-04 16:38:36 -0400
committerppatience0 <ppatience0@gmail.com>2013-04-04 16:38:36 -0400
commit02f60df0f314a0090cf917dc383c35f92551af07 (patch)
treefd8773b4dcdf3c313a04d34cf381a4bb7f8389ca /sys/src/cmd/samterm/samterm.h
parent6bef56f0376ea1459271bb1e23c48e358d0ae4d7 (diff)
sam, samterm: add -i flag to make tab insert spaces up to the next tabstop and backspace to delete spaces until the previous tabstop
Diffstat (limited to 'sys/src/cmd/samterm/samterm.h')
-rw-r--r--sys/src/cmd/samterm/samterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/samterm/samterm.h b/sys/src/cmd/samterm/samterm.h
index 7f5e1b0b7..75ff560ce 100644
--- a/sys/src/cmd/samterm/samterm.h
+++ b/sys/src/cmd/samterm/samterm.h
@@ -86,6 +86,7 @@ extern int hversion;
extern int plumbfd;
extern int exiting;
extern int autoindent;
+extern int spacesindent;
Rune *gettext(Flayer*, long, ulong*);
void *alloc(ulong n);