Changeset 403198c for commands.c


Ignore:
Timestamp:
Jun 1, 2008, 8:37:02 PM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
barnowl_perlaim
Children:
7d63a6c
Parents:
5fcf137
Message:
Proof-of-concept AIM client. Maybe less than a proof. Lemma-of-concept.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rc453ada r403198c  
    24702470void owl_command_editresponse_done(owl_editwin *e)
    24712471{
    2472   owl_function_run_buffercommand();
    2473 
    24742472  owl_global_set_typwin_inactive(&g);
    24752473  owl_editwin_fullclear(e);
    24762474  wnoutrefresh(owl_editwin_get_curswin(e));
    24772475  owl_global_set_needrefresh(&g);
     2476
     2477  owl_function_run_buffercommand();
    24782478}
    24792479
Note: See TracChangeset for help on using the changeset viewer.