- Update to version 3.4
* Update configuration output. * Clean up script run interaction text. * Fix unbounded writes. * Add history and editing feature to line input mode. * Use up and down arrow keys to navigate history. * Use left and right arrow keys to move cursor back and forth. * We try mimic the behaviour of GNU readline which we can not use because. * Reuse socket address. * Fix line input mode. * Fix so that ABCD are no longer ignored. * Make sure ICRNL, IGNCR, INLCR take effect. * Include correct header for poll(). * Add group write permission to xymodem received file. * Fix missing open() flags in xymodem_receive(). * Show current mappings in the configuration printout. * Use "ctrl-t m" to change mappings interactively. * Prompt for Lua script or shell command in interactive session. * Added support to receive XMODEM-CRC files from the connected serial port. OBS-URL: https://build.opensuse.org/package/show/hardware/tio?expand=0&rev=38
This commit is contained in:
parent
20e558ff73
commit
d112ae0d22
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:506635b2e922306be3ded980d0b6fd8bb74647b1561b01015b769041f7ddca8d
|
||||
size 3453004
|
3
tio-3.4.tar.xz
Normal file
3
tio-3.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fdc91b257b10e401ae0b0200db9f8fcf14460193e92c8e67fddc85e11a8c911
|
||||
size 3456312
|
25
tio.changes
25
tio.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 17:42:52 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.4
|
||||
* Update configuration output.
|
||||
* Clean up script run interaction text.
|
||||
* Fix unbounded writes.
|
||||
* Add history and editing feature to line input mode.
|
||||
* Use up and down arrow keys to navigate history.
|
||||
* Use left and right arrow keys to move cursor back and forth.
|
||||
* We try mimic the behaviour of GNU readline which we can not
|
||||
use because.
|
||||
* Reuse socket address.
|
||||
* Fix line input mode.
|
||||
* Fix so that ABCD are no longer ignored.
|
||||
* Make sure ICRNL, IGNCR, INLCR take effect.
|
||||
* Include correct header for poll().
|
||||
* Add group write permission to xymodem received file.
|
||||
* Fix missing open() flags in xymodem_receive().
|
||||
* Show current mappings in the configuration printout.
|
||||
* Use "ctrl-t m" to change mappings interactively.
|
||||
* Prompt for Lua script or shell command in interactive session.
|
||||
* Added support to receive XMODEM-CRC files from the connected
|
||||
serial port.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 19:29:37 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user