Commit graph

1138 commits

Author SHA1 Message Date
Martin Lund
59d4604ce6 Add missing header 2017-11-14 21:38:22 +01:00
Martin Lund
e9efa13bc5 Update ChangeLog 2017-11-14 12:52:15 +01:00
Martin Lund
641b7d87ca Update man page 2017-11-13 21:02:14 +01:00
Martin Lund
e646c50019 Add support for setting non-standard baudrates
Support for non-standard baudrate settings will be automatically enabled
if the termios2 interface is detected available. However, to play it
safe, the old and widely supported termios interface will still be used
when setting standard baudrates.
2017-11-13 13:40:15 +01:00
Martin Lund
23bab24890 Update man page 2017-11-11 15:48:19 +01:00
Martin Lund
39ef771e10 Cleanup 2017-11-09 14:38:50 +01:00
Martin Lund
19ad278c2d Update AUTHORS 2017-11-07 12:37:06 +01:00
Martin Lund
9c63885a27 Bump version 2017-11-06 15:47:23 +01:00
Martin Lund
78849b02d4 Update ChangeLog 2017-11-06 15:22:12 +01:00
Martin Lund
342a247efb Reconfigure stdin
Make stdin behave more raw'ish. In particular, don't
translate CR -> NL on input.
2017-11-06 14:43:56 +01:00
Martin Lund
b2aafd696b Add special character map feature
Add a --map option which allows to map special characters, in particular CR and
NL characters which are used in various combinations on varios platforms.
2017-11-05 23:10:12 +01:00
Martin Lund
078bb6213d Cleanup 2017-11-02 16:22:24 +01:00
Martin Lund
c08c023454 Update AUTHORS 2017-10-27 21:37:53 +02:00
Martin Lund
ccd8d10747 Update README 2017-10-27 14:57:41 +02:00
Martin Lund
b0f7d507d4 Mention website 2017-10-27 14:56:37 +02:00
Martin Lund
d3c637c30e Update man page 2017-10-27 14:38:54 +02:00
Martin Lund
2daa1d5d1d Update AUTHORS 2017-10-26 17:11:43 +02:00
Martin Lund
a0137c1ab1 Bump version 2017-10-15 23:59:32 +02:00
Martin Lund
f449f45b67 Update ChangeLog 2017-10-15 23:39:42 +02:00
Martin Lund
288a88aa15 Fix error applying new stdout settings
On Fedora 26 tio will quit with the following error message:

"Error: Could not apply new stdout settings (Invalid argument)"

In case of Fedora, it turns out that the new stdout settings used are a
bit too agressive because an empty termios structure is used. To remedy
this we reuse the existing stdout settings and only reconfigure the
specific options we need to make a "raw" stdout configuration.
2017-10-15 23:15:49 +02:00
Martin Lund
a96bfc5745 Remove unused pkgconfig in configure 2017-10-15 23:04:36 +02:00
Martin Lund
29289c8585 Code cleanup
Remove unused variable.
2017-10-01 18:32:34 +02:00
Martin Lund
0e44f49f18 Bump version 2017-10-01 11:43:00 +02:00
Martin Lund
d937674b68 Update ChangeLog 2017-10-01 11:38:01 +02:00
Martin Lund
44d2a85472 Bump version 2017-10-01 10:00:46 +02:00
Martin Lund
07255c94b9 Optimize clear screen command
Replaced system call with inline ANSI/VT100 clear screen code sequence
2017-10-01 09:51:29 +02:00
Martin Lund
9c7e4ba06e Fix bash completion installation
Fixed the configure script to avoid that the bash completion script gets
installed outside of the prefix location. The default install location
is now $prefix/share/bash-completion/completions.

Use the configure option '--with-bash-completion-dir=PATH' if you need
to install the bash completion script elsewhere.
2017-10-01 00:11:31 +02:00
Martin Lund
7df48655af Merge pull request #61 from jwilk-forks/spelling
Add missing commas in conditional sentences
2017-09-29 20:54:37 +02:00
Jakub Wilk
f09f85d0d2 Add missing commas in conditional sentences 2017-09-29 19:29:38 +02:00
Martin Lund
dcb66f41a2 Update ChangeLog 2017-09-28 18:18:31 +02:00
Martin Lund
f5e6c99721 Update copyright headers 2017-09-28 18:15:07 +02:00
Martin Lund
539474145d Merge pull request #60 from jwilk-forks/spelling
Fix typos
2017-09-28 17:49:02 +02:00
Jakub Wilk
45bab702f4 Fix typos 2017-09-28 17:13:15 +02:00
Martin Lund
d07ef6a04b Bumped version 2017-09-26 16:47:42 +02:00
Martin Lund
88eb5157de Update ChangeLog 2017-09-25 14:52:35 +02:00
Martin Lund
7bb64e4ad4 Update man page date 2017-09-24 22:40:58 +02:00
Martin Lund
ab512c8f68 Update copyright year 2017-09-24 22:16:19 +02:00
Martin Lund
c257126a33 Code cleanup 2017-09-24 22:09:46 +02:00
Martin Lund
b95df7712b Update README and man page 2017-09-24 01:08:35 +02:00
Martin Lund
998288187c Update README 2017-09-23 20:02:34 +02:00
Martin Lund
a1dc88943a Update README 2017-09-23 19:52:14 +02:00
Martin Lund
3c47e0f310 Update README 2017-09-23 19:48:59 +02:00
Martin Lund
99eb4a4f14 Bumped version 2017-09-19 13:11:14 +02:00
Martin Lund
dc297dd4e9 Update ChangeLog 2017-09-19 12:48:02 +02:00
Martin Lund
b7e970c41a Update AUTHORS file 2017-09-19 12:44:53 +02:00
Martin Lund
3457446a04 Add support for hexidecimal mode
A new key command 'ctrl-t h' is introduced which toggles between
hexidecial mode and normal mode. When in hexidecimal mode data received
will be printed in hexidecimal.
2017-09-19 12:19:17 +02:00
Martin Lund
7ae62d6030 Add missing forward flag 2017-05-25 17:05:20 +02:00
Martin Lund
f825975266 Merge pull request #56 from kilobyte/master
'ctrl-t b' to send serial break.
2017-04-10 14:23:47 +02:00
Adam Borowski
74a543b263 'ctrl-t b' to send serial break. 2017-04-10 01:05:40 +02:00
Martin Lund
02d2c0ca21 Merge pull request #55 from jwilk/changelog
Removed git commit references from ChangeLog
2017-03-26 18:42:18 +02:00