[BACK]Return to terminal.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

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

Diff for /src/lib/libedit/terminal.h between version 1.2 and 1.3

version 1.2, 2011/07/28 01:56:27 version 1.3, 2011/07/29 23:44:45
Line 63  typedef struct {
Line 63  typedef struct {
 #define TERM_HAS_AUTO_MARGINS   0x080   /* Has auto margins     */  #define TERM_HAS_AUTO_MARGINS   0x080   /* Has auto margins     */
 #define TERM_HAS_MAGIC_MARGINS  0x100   /* Has magic margins    */  #define TERM_HAS_MAGIC_MARGINS  0x100   /* Has magic margins    */
         char     *t_buf;                /* Termcap buffer       */          char     *t_buf;                /* Termcap buffer       */
         int       t_loc;                /* location used        */          size_t    t_loc;                /* location used        */
         char    **t_str;                /* termcap strings      */          char    **t_str;                /* termcap strings      */
         int      *t_val;                /* termcap values       */          int      *t_val;                /* termcap values       */
         char     *t_cap;                /* Termcap buffer       */          char     *t_cap;                /* Termcap buffer       */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>