~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to doc/html/man/curs_slk.3x.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-14 21:06:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214210600-2rdjwvpplgvh3zeb
Tags: 5.7+20081213-1
MergingĀ upstreamĀ versionĀ 5.7+20081213.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2
2
<!-- 
3
3
  ****************************************************************************
4
 
  * Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.              *
 
4
  * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc.              *
5
5
  *                                                                          *
6
6
  * Permission is hereby granted, free of charge, to any person obtaining a  *
7
7
  * copy of this software and associated documentation files (the            *
27
27
  * sale, use or other dealings in this Software without prior written       *
28
28
  * authorization.                                                           *
29
29
  ****************************************************************************
30
 
  * @Id: curs_slk.3x,v 1.14 2005/05/15 16:19:06 tom Exp @
 
30
  * @Id: curs_slk.3x,v 1.16 2007/06/02 20:40:07 tom Exp @
31
31
-->
32
32
<HTML>
33
33
<HEAD>
89
89
       bels of up to five characters each. This  is  most  common
90
90
       for  todays  PC  like  enduser  devices.  Please note that
91
91
       ncurses simulates this mode by taking over up to two lines
92
 
       at  the  bottom  of  the screen, it doesn't try to use any
 
92
       at  the  bottom  of the screen, it does not try to use any
93
93
       hardware support for this mode.
94
94
 
95
95
       The <STRONG>slk_init</STRONG> routine must  be  called  before  <STRONG>initscr</STRONG>  or
137
137
       line of the screen.
138
138
 
139
139
 
140
 
 
141
140
</PRE>
142
141
<H2>RETURN VALUE</H2><PRE>
143
142
       These routines return <STRONG>ERR</STRONG> upon failure and OK (SVr4 speci-