~ubuntu-branches/ubuntu/trusty/fldigi/trusty

« back to all changes in this revision

Viewing changes to src/include/rigxml.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2013-02-02 11:52:30 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20130202115230-kea12fgypzi0c2uk
Tags: 3.21.67-2
* Debian packaging:
  - debian/fldigi.menu: use absolute path to menu icons

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        bool    rts;
77
77
        bool    rtsptt;
78
78
        bool    rtscts;
 
79
        bool    restore_tio;
79
80
        int     write_delay;
80
81
        int     post_write_delay;
81
82
        int     timeout;
92
93
                rts = false;
93
94
                rtsptt = false;
94
95
                rtscts = false;
 
96
                restore_tio = true;
95
97
                echo = false;
96
98
                cmdptt = false;
97
99
                vsp = false;