Martin Lund
1d7efeb561
Update README
2017-12-03 23:36:54 +01:00
Martin Lund
46f5686837
Update AUTHORS
2017-11-27 15:33:40 +01:00
Martin Lund
8c7cf2015a
Merge pull request #65 from arkamar/musl-include
...
Add missing header file under musl-libc
2017-11-27 14:45:30 +01:00
Martin Lund
b5246be7fa
Add snap status to README.md
2017-11-27 14:32:35 +01:00
Petr Vaněk
3306a8dfb1
Add missing header file under musl-libc
...
Musl's inclusion tree slightly differs from glibc, therefore TCGETS2 is
not reachable through sys/ioctl.h, so asm/ioctls.h needs to be included
too.
2017-11-27 14:27:28 +01:00
Martin Lund
51d316b5d2
Update README.md
2017-11-23 18:01:18 +01:00
Martin Lund
a82e089394
Add README.md to prettify GitHub page
2017-11-23 17:53:46 +01:00
Martin Lund
c6471625d8
Merge branch 'master' of github.com:tio/tio
2017-11-23 17:29:18 +01:00
Martin Lund
7c39176b3a
Update README
2017-11-23 17:29:10 +01:00
Martin Lund
1afd3606cc
Merge pull request #64 from jwilk-forks/spelling
...
Fix grammar and typos
2017-11-21 16:43:38 +01:00
Jakub Wilk
9229e9addb
Fix grammar and typos
2017-11-21 16:27:19 +01:00
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