- Update to 2.9
* Change Hardware Flow Control Default to No.
* Timestamping mode is now saved and restored.
* Split "Screen and Keyboard" menu into two menus.
* Update to gettext-0.21.
* Change return values of --help and --version to success.
* Support higher baud rates on MacOS
* Save character send delay to config file
* Save newline send delay to config file
* Update translations: Romanian, German, French, Norwegian/Bookmal, Polish,
Serbian, Swedish
* New translation: Georgian, Korean
* Remove minicom-2.5-serial_device_path_length.patch fixed upstream
* Rebased openSUSE-defaults.patch Flow Control Changed upstream
* Rebased minicom-2.8-replace-sigrelse.patch
* Rebased 03norzsz.diff
OBS-URL: https://build.opensuse.org/request/show/1119329
OBS-URL: https://build.opensuse.org/package/show/Base:System/minicom?expand=0&rev=57
16 lines
570 B
Diff
16 lines
570 B
Diff
Index: minicom-2.9/src/rwconf.c
|
|
===================================================================
|
|
--- minicom-2.9.orig/src/rwconf.c
|
|
+++ minicom-2.9/src/rwconf.c
|
|
@@ -80,8 +80,8 @@ struct pars mpars[MPARS_MAX + 1] = {
|
|
{ "", 0, "pname12" },
|
|
{ "sz -vv -b", 0, "pprog1" },
|
|
{ "sb -vv", 0, "pprog2" },
|
|
- { "sx -vv", 0, "pprog3" },
|
|
- { "rz -vv -b -E", 0, "pprog4" },
|
|
+ { "sz -X -vv", 0, "pprog3" },
|
|
+ { "rz -vv -b", 0, "pprog4" },
|
|
{ "rb -vv", 0, "pprog5" },
|
|
{ "rx -vv", 0, "pprog6" },
|
|
{ "kermit -i -l %l -b %b -s", 0, "pprog7" },
|