aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-07 10:56:25 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-07 10:56:25 +1000
commit560e53fd5f79be68a81cc4680ab91657e20e3002 (patch)
tree1807aadd45e70c61de5882dc1ad2f40a67d8a5c8 /screen.h
parent184d58cd360569fa44aa088dab3421b832313424 (diff)
Add autoindentation support
darcs-hash:20061007005625-ac50b-11873654797eb1e98fd17893022bdf995be3e2aa.gz
Diffstat (limited to 'screen.h')
-rw-r--r--screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen.h b/screen.h
index 03e89e5a..33f578cd 100644
--- a/screen.h
+++ b/screen.h
@@ -90,6 +90,7 @@ void s_write( screen_t *s,
wchar_t *prompt,
wchar_t *commandline,
int *colors,
+ int *indent,
int cursor_pos );
/**