home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 4 / tabsize.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  429 b   |  27 lines

  1. NAME
  2.     wtabsize() tabsize(ts) - set the tabsize and return the original value  
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     int wtabsize(win,ts)
  9.     WINDOW *win;
  10.     int ts;
  11.  
  12.     int tabsize(ts)
  13.     int ts;
  14.  
  15. DESCRIPTION
  16.     wtabsize(win,ts) sets the tabsize of window 'win' to 'ts',  
  17.     and returns the original value.  
  18.  
  19.     tabsize(ts) sets the tabsize of stdscr to 'ts', and returns  
  20.     the original value.  
  21.  
  22. EXAMPLES
  23.  
  24. SEE ALSO
  25.  
  26. BUGS
  27.