home *** CD-ROM | disk | FTP | other *** search
- NAME
- wtabsize() tabsize(ts) - set the tabsize and return the original value
-
- SYNOPSIS
- #include <curses.h>
- #include <curspriv.h>
-
- int wtabsize(win,ts)
- WINDOW *win;
- int ts;
-
- int tabsize(ts)
- int ts;
-
- DESCRIPTION
- wtabsize(win,ts) sets the tabsize of window 'win' to 'ts',
- and returns the original value.
-
- tabsize(ts) sets the tabsize of stdscr to 'ts', and returns
- the original value.
-
- EXAMPLES
-
- SEE ALSO
-
- BUGS
-