[BACK]Return to el.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/el.h between version 1.40 and 1.41

version 1.40, 2016/05/09 21:46:56 version 1.41, 2016/05/24 15:00:45
Line 114  struct editline {
Line 114  struct editline {
         int               el_outfd;     /* Output file descriptor       */          int               el_outfd;     /* Output file descriptor       */
         int               el_errfd;     /* Error file descriptor        */          int               el_errfd;     /* Error file descriptor        */
         int               el_flags;     /* Various flags.               */          int               el_flags;     /* Various flags.               */
         int               el_errno;     /* Local copy of errno          */  
         coord_t           el_cursor;    /* Cursor location              */          coord_t           el_cursor;    /* Cursor location              */
         wchar_t         **el_display;   /* Real screen image = what is there */          wchar_t         **el_display;   /* Real screen image = what is there */
         wchar_t         **el_vdisplay;  /* Virtual screen image = what we see */          wchar_t         **el_vdisplay;  /* Virtual screen image = what we see */

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>