/[antiright]/antiright/src/arshell/textedit.c
ViewVC logotype

Diff of /antiright/src/arshell/textedit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by jefbed, Sun Aug 29 23:49:31 2004 UTC revision 1.16 by jefbed, Sun Sep 5 01:40:56 2004 UTC
# Line 23  Line 23 
23  #include <ctype.h>  #include <ctype.h>
24    
25  void  void
26    arshell_spell_check_buffer()
27    {
28      char *command;
29      arshell_save_work_area();
30      asprintf(&command, "xterm -e ispell %s", arshell.edit.filename);
31      system(command);
32      arshell_revert_file_cb();
33    }
34    
35    void
36  arshell_select_all()  arshell_select_all()
37  {  {
38    XmTextSetSelection(arshell.gui.widgets.work, 0,    XmTextSetSelection(arshell.gui.widgets.work, 0,

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26