[BACK]Return to curses_input.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcurses

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcurses/curses_input.3 between version 1.21 and 1.22

version 1.21, 2010/08/06 04:03:26 version 1.22, 2012/04/21 12:27:28
Line 30 
Line 30 
 .\" SUCH DAMAGE.  .\" SUCH DAMAGE.
 .\"  .\"
 .\"  .\"
 .Dd July 25, 2006  .Dd April 5, 2012
 .Dt CURSES_INPUT 3  .Dt CURSES_INPUT 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 161  be made by using the
Line 161  be made by using the
 .Fn define_key  .Fn define_key
 function.  function.
 Normally, these associations are made by the information in the  Normally, these associations are made by the information in the
 .Xr termcap 5  .Xr terminfo 5
 database but the  database but the
 .Fn define_key  .Fn define_key
 function gives the capability to remove or add more associations.  function gives the capability to remove or add more associations.
Line 177  It is valid to have multiple character s
Line 177  It is valid to have multiple character s
 symbol and there are no constraints on the length of the sequence allowed.  symbol and there are no constraints on the length of the sequence allowed.
 The assembly of custom sequences follow the same rules for inter-character  The assembly of custom sequences follow the same rules for inter-character
 timing and so forth as the  timing and so forth as the
 .Xr termcap 5  .Xr terminfo 5
 derived ones.  derived ones.
 If  If
 .Fn define_key  .Fn define_key
Line 186  is passed a NULL in
Line 186  is passed a NULL in
 then all associations for the key symbol in  then all associations for the key symbol in
 .Fa key_symbol  .Fa key_symbol
 will be deleted, this includes any associations that were derived from  will be deleted, this includes any associations that were derived from
 .Xr termcap 5 .  .Xr terminfo 5 .
 .Pp  .Pp
 The  The
 .Fn mvgetch  .Fn mvgetch
Line 544  has been called on a window, then it may
Line 544  has been called on a window, then it may
 .El  .El
 .Pp  .Pp
 Note that not all terminals are capable of generating all the keycodes  Note that not all terminals are capable of generating all the keycodes
 listed above nor are termcap entries normally configured with all the  listed above nor are terminfo entries normally configured with all the
 above capabilities defined.  above capabilities defined.
 .Pp  .Pp
 Other functions that return an int will return one of the following  Other functions that return an int will return one of the following
Line 565  if an error is detected.
Line 565  if an error is detected.
 .Xr curses_keyname 3 ,  .Xr curses_keyname 3 ,
 .Xr curses_refresh 3 ,  .Xr curses_refresh 3 ,
 .Xr curses_tty 3 ,  .Xr curses_tty 3 ,
 .Xr termcap 5  .Xr terminfo 5
 .Sh STANDARDS  .Sh STANDARDS
 The  The
 .Nx  .Nx

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>