Changeset f6fae8d for commands.c


Ignore:
Timestamp:
Jun 1, 2010, 12:14:11 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
e294783
Parents:
84a4aca
Message:
Port the editwin to owl_window

The others are still unmanaged for now. Fortunately, they were set up as
as panels, so we can see through them to the windows we want in the
meantime. :-)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r4e33cb2 rf6fae8d  
    27312731    owl_editwin_clear(e);
    27322732    owl_editwin_insert_string(e, ptr);
    2733     owl_editwin_redisplay(e);
    27342733  } else {
    27352734    owl_function_beep();
     
    27472746    owl_editwin_clear(e);
    27482747    owl_editwin_insert_string(e, ptr);
    2749     owl_editwin_redisplay(e);
    27502748  } else {
    27512749    owl_function_beep();
     
    27572755  buff = skiptokens(buff, 1);
    27582756  owl_editwin_insert_string(e, buff);
    2759   owl_editwin_redisplay(e);
    27602757  return NULL;
    27612758}
Note: See TracChangeset for help on using the changeset viewer.