Changeset f6fae8d for functions.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
  • functions.c

    r4e33cb2 rf6fae8d  
    12621262  touchwin(owl_global_get_curs_recwin(&g));
    12631263  touchwin(owl_global_get_curs_sepwin(&g));
    1264   touchwin(owl_global_get_curs_typwin(&g));
    12651264  touchwin(owl_global_get_curs_msgwin(&g));
    12661265
     
    15591558{
    15601559  owl_global_set_typwin_lines(&g, newsize);
    1561   owl_global_set_relayout_pending(&g);
     1560  owl_mainpanel_layout_contents(&g.mainpanel);
    15621561}
    15631562
     
    19141913
    19151914  owl_editwin_insert_string(tw, line);
    1916   owl_editwin_redisplay(tw);
    19171915
    19181916  owl_global_push_context(&g, OWL_CTX_EDITLINE, tw, "editline");
     
    19411939
    19421940  owl_editwin_set_locktext(tw, line);
    1943 
    1944   owl_editwin_redisplay(tw);
    19451941
    19461942  owl_global_push_context(&g, OWL_CTX_EDITRESPONSE, tw, "editresponse");
Note: See TracChangeset for help on using the changeset viewer.